Upgrade Spring Framework to 5.2.0.RELEASE
This commit is contained in:
parent
b29106ea31
commit
09c29d286a
|
@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty('springVersion')) {
|
if (!project.hasProperty('springVersion')) {
|
||||||
ext.springVersion = '5.2.0.RC2'
|
ext.springVersion = '5.2.0.RELEASE'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty('springDataVersion')) {
|
if (!project.hasProperty('springDataVersion')) {
|
||||||
|
|
Loading…
Reference in New Issue