Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id("org.sonarsource.cloud-native.code-style-conventions")
id("org.sonarsource.cloud-native.artifactory-configuration")
id("org.sonarsource.cloud-native.rule-api")
id("org.sonarqube") version "7.0.1.6134"
id("org.sonarqube") version "7.2.0.6526"
}

artifactoryConfiguration {
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
sonar-commons = "2.18.0.3393"
sonar-commons = "2.21.0.4626"
# Before updating the plugin-api version, make sure to check the compatibility matrix and stick to the lowest denominator
# https://github.com/SonarSource/sonar-plugin-api?tab=readme-ov-file#compatibility
sonar-plugin-api = "11.1.0.2693"
sonarqube = "25.10.0.114319"
sonar-orchestrator = "6.0.0.3852"
sonarlint = "10.34.1.83453"
sslr = "1.24.0.633"
junit = "6.0.0"
sonarqube = "25.11.0.114957"
sonar-orchestrator = "6.0.3.3907"
sonarlint = "10.37.1.83894"
sslr = "1.25.1.3886"
junit = "6.0.1"
assertj = "3.27.6"
mockito = "5.20.0"
commons-lang = "3.19.0"
commons-lang = "3.20.0"
jsr305 = "3.0.2"
staxmate = "2.0.1"
awaitility = "4.3.0"
Expand Down
Loading