Use springSecurityVersion 5.3.+

This commit is contained in:
Joe Grandja 2020-08-19 16:50:22 -04:00
parent a401392bac
commit 6f63c03e06

View File

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