diff --git a/settings.gradle b/settings.gradle index 5b82480..f1ce2b5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,7 +2,7 @@ pluginManagement { plugins { id "io.freefair.lombok" version "9.5.0" id 'org.springframework.boot' version '3.5.16' - id "org.sonarqube" version "7.3.1.8318" + id "org.sonarqube" version "7.4.0.8496" id "be.vbgn.ci-detect" version "0.5.0" } }