diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2024-04-04 16:25:56 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-04-05 20:02:38 +0000 |
commit | 646d47e2e747e8ffdb71d8f12e4719a781183f0d (patch) | |
tree | afc89687e2b11017830a08dd9d85d135761e863b /build.gradle | |
parent | b817ba029ffde18e09ed6b4f994faec10737e9bb (diff) | |
download | sonarqube-646d47e2e747e8ffdb71d8f12e4719a781183f0d.tar.gz sonarqube-646d47e2e747e8ffdb71d8f12e4719a781183f0d.zip |
SONAR-21911 Upgrade Scanner for Gradle to 5.0.0.4638
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index a0b25e44232..bf8e4de225a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { id "de.undercouch.download" version "5.5.0" apply false id 'io.spring.dependency-management' version '1.1.4' id "org.cyclonedx.bom" version "1.7.4" apply false - id 'org.sonarqube' version '4.4.1.3373' + id 'org.sonarqube' version '5.0.0.4638' } if (!JavaVersion.current().isCompatibleWith(VERSION_17)) { |