Update to Spring 5.0.6

Fixes: gh-5290
This commit is contained in:
Rob Winch 2018-05-08 08:33:47 -05:00
parent 902fc0f657
commit cf4e139aa0
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.0.6.BUILD-SNAPSHOT'
ext.springVersion = '5.0.6.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {