aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2023-09-04 10:50:24 +0200
committersonartech <sonartech@sonarsource.com>2023-09-04 15:48:18 +0000
commita506cb857145802319545ff8ca4d4e5258fc8f67 (patch)
treeab94369b2f225593e9b2344f4b1511e8c9347c6b /build.gradle
parent608505113eca9decafdc66172e97cd73fa8667d2 (diff)
downloadsonarqube-a506cb857145802319545ff8ca4d4e5258fc8f67.tar.gz
sonarqube-a506cb857145802319545ff8ca4d4e5258fc8f67.zip
SONAR-20335 Upgrade gradle scanner to 4.3.1.3277
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 170dba87fd2..9b7c4027944 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ plugins {
id "de.undercouch.download" version "5.4.0" apply false
id 'io.spring.dependency-management' version '1.1.0'
id "org.cyclonedx.bom" version "1.7.4" apply false
- id 'org.sonarqube' version '4.2.1.3168'
+ id 'org.sonarqube' version '4.3.1.3277'
}
if (!JavaVersion.current().isCompatibleWith(VERSION_17)) {