Ver Fonte

Update Spring Framework to 5.3.8

Issue gh-344
Joe Grandja há 4 anos atrás
pai
commit
51bf550d12
1 ficheiros alterados com 1 adições e 1 exclusões
  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")) {