Update Spring Security to 5.5.1

Issue gh-344
This commit is contained in:
Joe Grandja
2021-07-07 09:46:28 -04:00
parent 51bf550d12
commit da945a12be

View File

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