Update to Spring Security 5.5.4

Closes gh-606
This commit is contained in:
Joe Grandja
2022-01-26 11:26:21 -05:00
parent 22ecfd267c
commit 37e68803b9

View File

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