Set springSecurityVersion to 5.5.0-M1

This commit is contained in:
Joe Grandja 2020-11-09 05:30:35 -05:00
parent 43b44a1f77
commit 7e2264204b

View File

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