Update to Spring 5.1.6.BUILD-SNAPSHOT

This commit is contained in:
Joe Grandja 2019-03-28 17:11:21 -04:00
parent a9a86cd826
commit 9b09201679
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.4.RELEASE'
ext.springVersion = '5.1.6.BUILD-SNAPSHOT'
}
if (!project.hasProperty('springDataVersion')) {