]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-22884 upgrade spring from 5.3.37 to 5.3.39
authorSteve Marion <steve.marion@sonarsource.com>
Mon, 26 Aug 2024 15:25:11 +0000 (17:25 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 26 Aug 2024 20:03:09 +0000 (20:03 +0000)
build.gradle

index c3bb89af6d5355466e094c8b7340b291ff981df3..a21a7801e1cc49025efc21f69a962023a586d10e 100644 (file)
@@ -208,7 +208,7 @@ subprojects {
 
   ext {
     protobufVersion = '3.25.3'
-    springVersion = '5.3.37'
+    springVersion = '5.3.39'
     elasticSearchClientVersion = '7.17.22'
   }