diff --git a/build-logic/code-info/build.gradle.kts b/build-logic/code-info/build.gradle.kts index 6e336a7c..123beee8 100644 --- a/build-logic/code-info/build.gradle.kts +++ b/build-logic/code-info/build.gradle.kts @@ -3,9 +3,9 @@ // regardless of the specific projects and languages plugins { `kotlin-dsl` // To compile the plugin code - id("org.sonarqube") version "4.4.1.3373" + id("org.sonarqube") version "5.0.0.4638" } dependencies { - implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.0.0.2929") + implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:5.0.0.4638") } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7f93135c..d64cd491 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1af9e093..a4413138 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME