Skip to content

Commit bfdf1f2

Browse files
SONARIAC-2667 update rule-api version (#99)
1 parent e2cf525 commit bfdf1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -33,7 +33,7 @@ repositories {
3333
}
3434

3535
dependencies {
36-
ruleApi("com.sonarsource.rule-api:rule-api:2.17.0.5605")
36+
ruleApi("com.sonarsource.rule-api:rule-api:2.19.0.5759")
3737
ruleApi("org.slf4j:slf4j-nop:1.7.36") {
3838
because(
3939
"To get rid of a warning. A logging backend is not needed, because the rule API logs everything important to stdout. " +

0 commit comments

Comments
 (0)