aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLéo Geoffroy <leo.geoffroy@sonarsource.com>2024-04-02 18:15:04 +0200
committersonartech <sonartech@sonarsource.com>2024-04-03 20:02:41 +0000
commit78d6e9af1918b2d7012fbe3d27cf87c55879b1ca (patch)
treefb78c527a5e4151b2ff89db07e83d8830df99cf9 /build.gradle
parent1d663f51ea52cc9502ce838041248a95fbca5785 (diff)
downloadsonarqube-78d6e9af1918b2d7012fbe3d27cf87c55879b1ca.tar.gz
sonarqube-78d6e9af1918b2d7012fbe3d27cf87c55879b1ca.zip
SONAR-21908 Update update-center version to 1.32.0.2441
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 d522d0bc91c..b8a02ddb044 100644
--- a/build.gradle
+++ b/build.gradle
@@ -446,7 +446,7 @@ subprojects {
}
dependency 'org.junit.platform:junit-platform-suite-api:1.10.2'
dependency 'org.junit.platform:junit-platform-suite-engine:1.10.2'
- dependency 'org.sonarsource.update-center:sonar-update-center-common:1.32.0.2424'
+ dependency 'org.sonarsource.update-center:sonar-update-center-common:1.32.0.2441'
dependency("org.springframework:spring-context:${springVersion}") {
exclude 'commons-logging:commons-logging'
}