Explorar el Código

Use springSecurityVersion 5.3.+

Joe Grandja hace 5 años
padre
commit
6f63c03e06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

@@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
 }
 
 if (!project.hasProperty("springSecurityVersion")) {
-	ext.springSecurityVersion = "5.4.+"
+	ext.springSecurityVersion = "5.3.+"
 }
 
 if (!project.hasProperty("reactorVersion")) {