1
0
mirror of synced 2026-08-05 09:47:05 +00:00

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
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty("reactorVersion")) {
}
if (!project.hasProperty("springVersion")) {
ext.springVersion = "5.2.+"
ext.springVersion = "5.3.+"
}
if (!project.hasProperty("springDataVersion")) {