浏览代码

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")) {
 if (!project.hasProperty("springSecurityVersion")) {
-	ext.springSecurityVersion = "5.5.4"
+	ext.springSecurityVersion = "5.5.5"
 }
 }
 
 
 if (!project.hasProperty("reactorVersion")) {
 if (!project.hasProperty("reactorVersion")) {