Update to Spring 5.1.6.RELEASE

Fixes gh-6664
This commit is contained in:
Joe Grandja 2019-04-01 09:51:52 -04:00
parent a863f01a9d
commit 965696302b
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.6.BUILD-SNAPSHOT'
ext.springVersion = '5.1.6.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {