Downgrade springSecurityVersion to 5.4.+

This commit is contained in:
Joe Grandja 2020-11-09 14:11:00 -05:00
parent bf24cfb19e
commit 59f77d034e

View File

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