Skip to content

Commit 8ada8ec

Browse files
Update all non-major dependencies (#1401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07a3c63 commit 8ada8ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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 "6.1.0.5360"
21+
id("org.sonarqube") version "6.2.0.5505"
2222
}
2323

2424
artifactoryConfiguration {

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
2-
sonar-commons = "2.17.0.3322"
2+
sonar-commons = "2.18.0.3393"
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.4.0.105899"
7-
sonar-orchestrator = "5.5.0.2535"
6+
sonarqube = "25.5.0.107428"
7+
sonar-orchestrator = "5.6.2.2625"
88
sonarlint = "10.22.0.81232"
99
sslr = "1.24.0.633"
1010
junit = "5.12.2"
1111
assertj = "3.27.3"
12-
mockito = "5.17.0"
12+
mockito = "5.18.0"
1313
commons-lang = "3.17.0"
1414
jsr305 = "3.0.2"
1515
staxmate = "2.0.1"

0 commit comments

Comments
 (0)