aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorantoine.vinot <antoine.vinot@sonarsource.com>2024-04-04 16:25:56 +0200
committersonartech <sonartech@sonarsource.com>2024-04-05 20:02:38 +0000
commit646d47e2e747e8ffdb71d8f12e4719a781183f0d (patch)
treeafc89687e2b11017830a08dd9d85d135761e863b /build.gradle
parentb817ba029ffde18e09ed6b4f994faec10737e9bb (diff)
downloadsonarqube-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.gradle2
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)) {