From: Steve Marion Date: Tue, 18 Oct 2022 14:43:01 +0000 (+0200) Subject: [NO JIRA] upgrade org.springframework:spring-context from 5.3.22 to 5.3.23 X-Git-Tag: 9.8.0.63668~239 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e78a87e91aca27322fba7ed5451e466ace54ca39;p=sonarqube.git [NO JIRA] upgrade org.springframework:spring-context from 5.3.22 to 5.3.23 --- diff --git a/build.gradle b/build.gradle index 68b96917a55..04d2605e20e 100644 --- a/build.gradle +++ b/build.gradle @@ -340,7 +340,7 @@ subprojects { dependency 'org.simpleframework:simple:5.1.6' dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.37.0.87' dependency 'org.sonarsource.update-center:sonar-update-center-common:1.29.0.1000' - dependency('org.springframework:spring-context:5.3.22') { + dependency('org.springframework:spring-context:5.3.23') { exclude 'commons-logging:commons-logging' } dependency 'org.subethamail:subethasmtp:3.1.7'