Преглед изворни кода

Update to Spring Security 5.5.5

Closes gh-660
Joe Grandja пре 3 година
родитељ
комит
b1d5a7a1f8
1 измењених фајлова са 1 додато и 1 уклоњено
  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.5.4"
+	ext.springSecurityVersion = "5.5.5"
 }
 
 if (!project.hasProperty("reactorVersion")) {