diff options
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 501c39b06f2..d522d0bc91c 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.31.0.1207' + dependency 'org.sonarsource.update-center:sonar-update-center-common:1.32.0.2424' dependency("org.springframework:spring-context:${springVersion}") { exclude 'commons-logging:commons-logging' } |