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

Update Spring Security to 5.5.1

Issue gh-344
Joe Grandja 4 жил өмнө
parent
commit
da945a12be

+ 1 - 1
gradle/dependency-management.gradle

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