Skip to content

Commit 47c2f37

Browse files
renovate[bot]sonartech
authored andcommitted
Update all non-major dependencies (#1135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> GitOrigin-RevId: 9aca9dadc4cf698cabc732bce49c224a353a47ea
1 parent cfa2fee commit 47c2f37

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
55
sonar-plugin-api = "12.0.0.2960"
66
sonarqube = "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"
1010
sonar-license-api = "3.4"
11-
sonar-lint = "10.36.0.83732"
11+
sonar-lint = "10.37.1.83894"
1212
slf4j = "2.0.17"
1313
logback = "1.5.21"
1414
jackson = "2.20.1"
@@ -21,7 +21,7 @@ yguard = "4.1.1"
2121
eclipse-jgit = "7.4.0.202509020913-r"
2222
commons-io = "2.21.0"
2323
re2j = "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
2525
awaitility = "4.3.0"
2626
ahocorasick = "0.6.3"
2727
tink = "1.19.0"
@@ -65,6 +65,6 @@ tink = { module = "com.google.crypto.tink:tink", version.ref = "tink" }
6565
wiremock = { 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" }
6969
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
7070
graalvm-native = { id = "org.graalvm.buildtools.native", version = "0.11.3" }

0 commit comments

Comments
 (0)