Эх сурвалжийг харах

Revert "Set springSecurityVersion to 5.5.0-M1"

This reverts commit 7e2264204b5ad6110956e28287af77144511c010.
Joe Grandja 4 жил өмнө
parent
commit
58ad2d2c6c

+ 1 - 1
gradle/dependency-management.gradle

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