diff options
author | Dimitris Kavvathas <dimitris.kavvathas@sonarsource.com> | 2023-04-26 10:15:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-26 20:02:52 +0000 |
commit | 3758946e528a5234c5ab9aede8a9206fa161da0a (patch) | |
tree | 7b3955d100278cf97c5dd34f7f592b05d2293e90 /build.gradle | |
parent | 350ecd17dd18d82cee9a0c5f9316fba83aa69dce (diff) | |
download | sonarqube-3758946e528a5234c5ab9aede8a9206fa161da0a.tar.gz sonarqube-3758946e528a5234c5ab9aede8a9206fa161da0a.zip |
SONAR-19097 fix SSF-384
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 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' |