Skip to content

Commit 22e8b25

Browse files
Update rule-api version to released version. (#102)
1 parent bfdf1f2 commit 22e8b25

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.19.0.5759")
36+
ruleApi("com.sonarsource.rule-api:rule-api:2.19.0.5763")
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)