Skip to content

Commit b1d5a7a

Browse files
committed
Update to Spring Security 5.5.5
Closes gh-660
1 parent 1669583 commit b1d5a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
33
}
44

55
if (!project.hasProperty("springSecurityVersion")) {
6-
ext.springSecurityVersion = "5.5.4"
6+
ext.springSecurityVersion = "5.5.5"
77
}
88

99
if (!project.hasProperty("reactorVersion")) {

0 commit comments

Comments
 (0)