aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kavvathas <dimitris.kavvathas@sonarsource.com>2023-07-13 17:32:36 +0200
committersonartech <sonartech@sonarsource.com>2023-07-17 20:03:46 +0000
commite20038d6760fce028f562e334598aa33cf705ec5 (patch)
tree40fc13b320085ea1f39743ee673e7bad4d11e04b
parent2ee65a270f51fb10d941b6707b09d3c47b8eaf50 (diff)
downloadsonarqube-e20038d6760fce028f562e334598aa33cf705ec5.tar.gz
sonarqube-e20038d6760fce028f562e334598aa33cf705ec5.zip
SONAR-19880 Upgrade Spring to 5.3.28
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 74e1af5bf86..160fccd41aa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -194,7 +194,7 @@ subprojects {
ext {
protobufVersion = '3.22.2'
- springVersion = '5.3.27'
+ springVersion = '5.3.28'
}
sonar {