Update Spring Security to 5.4.6

This commit is contained in:
Joe Grandja
2021-05-07 14:49:38 -04:00
parent 55dda0f767
commit ec09d120ef

View File

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