diff options
author | Léo Geoffroy <leo.geoffroy@sonarsource.com> | 2024-04-02 18:15:04 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-04-03 20:02:41 +0000 |
commit | 78d6e9af1918b2d7012fbe3d27cf87c55879b1ca (patch) | |
tree | fb78c527a5e4151b2ff89db07e83d8830df99cf9 /build.gradle | |
parent | 1d663f51ea52cc9502ce838041248a95fbca5785 (diff) | |
download | sonarqube-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.gradle | 2 |
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' } |