Update to Spring Security 5.5.3

Closes gh-514
This commit is contained in:
Joe Grandja
2021-11-30 15:08:14 -05:00
parent c0ac18d53a
commit dc77bcdd5a

View File

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