From: Dimitris Kavvathas Date: Wed, 26 Apr 2023 08:15:08 +0000 (+0200) Subject: SONAR-19097 fix SSF-384 X-Git-Tag: 9.9.1.69595~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3758946e528a5234c5ab9aede8a9206fa161da0a;p=sonarqube.git SONAR-19097 fix SSF-384 --- diff --git a/build.gradle b/build.gradle index f3e70cccb31..6cea2c100e6 100644 --- a/build.gradle +++ b/build.gradle @@ -343,7 +343,7 @@ subprojects { dependency 'org.simpleframework:simple:5.1.6' dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.40.0.183' dependency 'org.sonarsource.update-center:sonar-update-center-common:1.29.0.1000' - dependency('org.springframework:spring-context:5.3.23') { + dependency('org.springframework:spring-context:5.3.27') { exclude 'commons-logging:commons-logging' } dependency 'org.subethamail:subethasmtp:3.1.7'