Update to Spring Security 5.5.5

Closes gh-660
This commit is contained in:
Joe Grandja
2022-03-24 07:03:21 -04:00
parent 166958364a
commit b1d5a7a1f8

View File

@@ -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")) {