Update to Spring Framework 5.1.0.RELEASE

Fixes: gh-5883
This commit is contained in:
Rob Winch 2018-09-20 23:58:50 -05:00
parent eca0b7bc04
commit dd82d114c0

View File

@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.0.RC3'
ext.springVersion = '5.1.0.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {