Parcourir la source

Update Spring Framework to 5.3.8

Issue gh-344
Joe Grandja il y a 4 ans
Parent
commit
51bf550d12
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

@@ -1,5 +1,5 @@
 if (!project.hasProperty("springVersion")) {
-	ext.springVersion = "5.3.6"
+	ext.springVersion = "5.3.8"
 }
 
 if (!project.hasProperty("springSecurityVersion")) {