Browse Source

Update to Spring Security 5.5.4

Closes gh-606
Joe Grandja 3 năm trước cách đây
mục cha
commit
37e68803b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.3"
+	ext.springSecurityVersion = "5.5.4"
 }
 
 if (!project.hasProperty("reactorVersion")) {