Update to Spring Framework 5.0.6.BUILD-SNAPSHOT

Issue: gh-5290

# Conflicts:
#	gradle/dependency-management.gradle
This commit is contained in:
Rob Winch 2018-05-03 14:10:09 -05:00
parent 618e0ab98d
commit bc0c3a5b69
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.4.RELEASE'
ext.springVersion = '5.0.6.BUILD-SNAPSHOT'
}
if (!project.hasProperty('springDataVersion')) {