Update to Spring Framework 5.0.1.RELEASE

Fixes: gh-124
This commit is contained in:
Rob Winch 2018-10-15 06:29:14 -05:00
parent 88f8bfeb57
commit ad05c756de
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.0.RELEASE'
ext.springVersion = '5.1.1.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {