Upgrade Spring Framework to 5.2.0.RELEASE

This commit is contained in:
Filip Hanik 2019-09-30 12:56:38 -07:00
parent b29106ea31
commit 09c29d286a
1 changed files with 1 additions and 1 deletions

View File

@ -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')) {