Update to Spring Security 5.4.2

Closes gh-229
This commit is contained in:
Joe Grandja 2021-02-11 20:24:17 -05:00
parent 839123409d
commit b25b906917

View File

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