Set springVersion to 5.3.+

Closes gh-9165
This commit is contained in:
Joe Grandja 2020-10-28 18:59:38 -04:00
parent ea68989421
commit c0327adecb

View File

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