Restrict Spring Framework version to 5.2.x

This commit is contained in:
Eleftheria Stein 2020-08-11 13:25:30 +02:00
parent 380a11566e
commit 5142d39079
1 changed files with 1 additions and 1 deletions

View File

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