Update to Spring Framework 5.1.0.RC1

Fixes: gh-5588
This commit is contained in:
Rob Winch 2018-07-26 14:55:27 -05:00
parent 1f3fe624c8
commit 44578e5539
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 = '5.1.0.BUILD-SNAPSHOT'
ext.springVersion = '5.1.0.RC1'
}
if (!project.hasProperty('springDataVersion')) {