Ver Fonte

Update Spring to 5.3.6

Joe Grandja há 4 anos atrás
pai
commit
55dda0f767
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.3"
+	ext.springVersion = "5.3.6"
 }
 
 if (!project.hasProperty("springSecurityVersion")) {