aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2023-09-06 15:02:59 +0200
committersonartech <sonartech@sonarsource.com>2023-09-06 20:02:49 +0000
commitc5c1c3a1e8700f9b75d7ee9952cc726c4081f0ab (patch)
tree279fc2cb9447abd0d21168a1cd0bb146624abca7 /build.gradle
parent51e5e13fcae08e1a0fcc488167cfba2cfabea13b (diff)
downloadsonarqube-c5c1c3a1e8700f9b75d7ee9952cc726c4081f0ab.tar.gz
sonarqube-c5c1c3a1e8700f9b75d7ee9952cc726c4081f0ab.zip
SONAR-20328 Update io.spring.dependency-management to 1.1.3
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 3634b02e2a5..80c55b984c2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,8 +11,8 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'com.google.protobuf' version '0.8.19' apply false
id 'com.jfrog.artifactory' version '4.32.0'
- id 'io.spring.dependency-management' version '1.1.0'
id "de.undercouch.download" version "5.5.0" apply false
+ id 'io.spring.dependency-management' version '1.1.3'
id "org.cyclonedx.bom" version "1.7.4" apply false
id 'org.sonarqube' version '4.3.1.3277'
}