diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 74b9cf8..087bf5d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ java = "17" junit4 = "4.13.2" # Plugin versions - only used plugins -sonarqube = "6.2.0.5505" +sonarqube = "7.2.2.6593" versions-plugin = "0.52.0" dependency-check = "12.1.3" checkstyle = "10.12.4" diff --git a/settings.gradle.kts b/settings.gradle.kts index cf29a5c..ffc9c95 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -11,7 +11,7 @@ pluginManagement { // in settings.gradle.kts executes before the version catalog is available, // so we need to have plugin versions defined here in addition to the versions // // .toml file. - id("org.sonarqube") version "6.2.0.5505" + id("org.sonarqube") version "7.2.2.6593" id("com.github.ben-manes.versions") version "0.52.0" id("com.google.cloud.tools.jib") version "3.4.5" id("io.spring.dependency-management") version "1.1.7"