Update to Spring 5.1.6.BUILD-SNAPSHOT

Fixes gh-6663
This commit is contained in:
Joe Grandja 2019-03-26 06:11:37 -04:00
parent 83953249a9
commit cf8043a90c

View File

@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.5.RELEASE'
ext.springVersion = '5.1.6.BUILD-SNAPSHOT'
}
if (!project.hasProperty('springDataVersion')) {