Skip to content

Commit 9226afd

Browse files
Update all non-major dependencies (#46)
1 parent 827bd06 commit 9226afd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.12.0.4409")
31+
ruleApi("com.sonarsource.rule-api:rule-api:2.13.0.4426")
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ blowdryer-gradle = "1.7.1"
44
develocity = "3.18.2"
55
jackson = "2.19.1"
66
jfrog-gradle = "5.2.5"
7-
rule-api = "2.12.0.4409"
8-
gradle-plugin-shadow = "8.3.7"
7+
rule-api = "2.13.0.4426"
8+
gradle-plugin-shadow = "8.3.8"
99

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

0 commit comments

Comments
 (0)