Update to Spring 5.1.0.RC2

Fixes: gh-5681
This commit is contained in:
Rob Winch 2018-08-17 15:42:11 -05:00
parent 5a94ff2157
commit 85efba7aa3
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.RC1'
ext.springVersion = '5.1.0.RC2'
}
if (!project.hasProperty('springDataVersion')) {