Set springSecurityVersion to 5.5.+

This commit is contained in:
Joe Grandja 2020-10-22 13:41:34 -04:00
parent af60f3d4d0
commit 601640e4fa

View File

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