Update to Spring Security 5.5.2

Closes gh-404
This commit is contained in:
Joe Grandja
2021-08-18 15:48:47 -04:00
parent d3f25dd6ea
commit 34d4131968

View File

@@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
}
if (!project.hasProperty("springSecurityVersion")) {
ext.springSecurityVersion = "5.5.1"
ext.springSecurityVersion = "5.5.2"
}
if (!project.hasProperty("reactorVersion")) {