Update to Spring 5.2.1.RELEASE

Fixes gh-7603
This commit is contained in:
Rob Winch 2019-11-04 09:25:11 -06:00
parent 0cafcf37e2
commit f5704a8960
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.2.0.RELEASE'
ext.springVersion = '5.2.1.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {