Set springVersion to 5.3.+

This commit is contained in:
Joe Grandja 2020-11-09 05:06:45 -05:00
parent e7909d0cdd
commit edf23562cb

View File

@ -1,5 +1,5 @@
if (!project.hasProperty("springVersion")) {
ext.springVersion = "5.2.+"
ext.springVersion = "5.3.+"
}
if (!project.hasProperty("springSecurityVersion")) {