Skip to content

Commit 95ac335

Browse files
Update all non-major dependencies (#26)
Co-authored-by: Peter Trifanov <peter.trifanov@sonarsource.com>
1 parent 13ba94e commit 95ac335

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle-modules/src/main/kotlin/org.sonarsource.cloud-native.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tasks.withType<Test> {
5353
}
5454

5555
jacoco {
56-
toolVersion = "0.8.12"
56+
toolVersion = "0.8.13"
5757
}
5858

5959
tasks.jacocoTestReport {

gradle-modules/src/main/kotlin/org.sonarsource.cloud-native.rule-api.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929

3030
dependencies {
31-
ruleApi("com.sonarsource.rule-api:rule-api:2.9.0.4061")
31+
ruleApi("com.sonarsource.rule-api:rule-api:2.10.0.4287")
3232
ruleApi("org.slf4j:slf4j-nop:1.7.36") {
3333
because(
3434
"To get rid of a warning. A logging backend is not needed, because the rule API logs everything important to stdout. " +

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
2-
spotless-gradle = "7.0.2"
2+
spotless-gradle = "7.0.3"
33
blowdryer-gradle = "1.7.1"
44
develocity = "3.18.2"
55
jfrog-gradle = "5.2.5"
6-
rule-api = "2.9.0.4061"
7-
gradle-plugin-shadow = "8.3.5"
6+
rule-api = "2.10.0.4287"
7+
gradle-plugin-shadow = "8.3.6"
88

99
[libraries]
1010
diffplug-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless-gradle" }

0 commit comments

Comments
 (0)