Revert "Set springSecurityVersion to 5.5.0-M1"

This reverts commit 7e2264204b.
This commit is contained in:
Joe Grandja 2020-11-09 06:52:19 -05:00
parent 1a6b3e3e59
commit 58ad2d2c6c

View File

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