diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2023-09-04 10:50:24 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-04 15:48:18 +0000 |
commit | a506cb857145802319545ff8ca4d4e5258fc8f67 (patch) | |
tree | ab94369b2f225593e9b2344f4b1511e8c9347c6b /build.gradle | |
parent | 608505113eca9decafdc66172e97cd73fa8667d2 (diff) | |
download | sonarqube-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.gradle | 2 |
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)) { |