11[versions ]
2- sonar-commons = " 2.20 .0.4607 "
2+ sonar-commons = " 2.21 .0.4626 "
33# Before updating the plugin-api version, make sure to check the compatibility matrix and stick to the lowest denominator
44# https://github.com/SonarSource/sonar-plugin-api?tab=readme-ov-file#compatibility
55sonar-plugin-api = " 12.0.0.2960"
66sonarqube = " 25.11.0.114957"
7- sonar-java = " 8.20 .0.40630 "
8- sonar-scanner-gradle = " 7.1 .0.6387 "
9- sonar-orchestrator = " 6.0.0.3852 "
7+ sonar-java = " 8.22 .0.41895 "
8+ sonar-scanner-gradle = " 7.2 .0.6526 "
9+ sonar-orchestrator = " 6.0.3.3907 "
1010sonar-license-api = " 3.4"
11- sonar-lint = " 10.36.0.83732 "
11+ sonar-lint = " 10.37.1.83894 "
1212slf4j = " 2.0.17"
1313logback = " 1.5.21"
1414jackson = " 2.20.1"
@@ -21,7 +21,7 @@ yguard = "4.1.1"
2121eclipse-jgit = " 7.4.0.202509020913-r"
2222commons-io = " 2.21.0"
2323re2j = " 1.8"
24- gradle-shadow = " 9.2.2 " # should be in sync with build-logic/common/gradle/libs.versions.toml
24+ gradle-shadow = " 9.3.0 " # should be in sync with build-logic/common/gradle/libs.versions.toml
2525awaitility = " 4.3.0"
2626ahocorasick = " 0.6.3"
2727tink = " 1.19.0"
@@ -65,6 +65,6 @@ tink = { module = "com.google.crypto.tink:tink", version.ref = "tink" }
6565wiremock = { module = " org.wiremock:wiremock" , version.ref = " wiremock" }
6666
6767[plugins ]
68- buildconfig = { id = " com.github.gmazzo.buildconfig" , version = " 6.0.2 " }
68+ buildconfig = { id = " com.github.gmazzo.buildconfig" , version = " 6.0.6 " }
6969jmh = { id = " me.champeau.jmh" , version = " 0.7.3" }
7070graalvm-native = { id = " org.graalvm.buildtools.native" , version = " 0.11.3" }
0 commit comments