Set springSecurityVersion to 5.4.+

Closes gh-119
This commit is contained in:
Joe Grandja 2020-09-21 12:12:14 -04:00
parent c3b254579c
commit 4091d69d0c

View File

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