Explorar o código

Update to Spring Security 5.5.2

Closes gh-404
Joe Grandja %!s(int64=4) %!d(string=hai) anos
pai
achega
34d4131968
Modificáronse 1 ficheiros con 1 adicións e 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")) {
 if (!project.hasProperty("springSecurityVersion")) {
-	ext.springSecurityVersion = "5.5.1"
+	ext.springSecurityVersion = "5.5.2"
 }
 }
 
 
 if (!project.hasProperty("reactorVersion")) {
 if (!project.hasProperty("reactorVersion")) {