Skip to content

Commit c82eefc

Browse files
Update all non-major dependencies
1 parent dbb549b commit c82eefc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id("org.sonarsource.cloud-native.code-style-conventions")
1919
id("org.sonarsource.cloud-native.artifactory-configuration")
2020
id("org.sonarsource.cloud-native.rule-api")
21-
id("org.sonarqube") version "7.0.1.6134"
21+
id("org.sonarqube") version "7.2.0.6526"
2222
}
2323

2424
artifactoryConfiguration {

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
2-
sonar-commons = "2.18.0.3393"
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 = "11.1.0.2693"
6-
sonarqube = "25.10.0.114319"
7-
sonar-orchestrator = "6.0.0.3852"
8-
sonarlint = "10.34.1.83453"
9-
sslr = "1.24.0.633"
10-
junit = "6.0.0"
6+
sonarqube = "25.11.0.114957"
7+
sonar-orchestrator = "6.0.3.3907"
8+
sonarlint = "10.37.1.83894"
9+
sslr = "1.25.0.3878"
10+
junit = "6.0.1"
1111
assertj = "3.27.6"
1212
mockito = "5.20.0"
13-
commons-lang = "3.19.0"
13+
commons-lang = "3.20.0"
1414
jsr305 = "3.0.2"
1515
staxmate = "2.0.1"
1616
awaitility = "4.3.0"

0 commit comments

Comments
 (0)