Update to Spring 5.1.11.RELEASE

Fixes gh-7616
This commit is contained in:
Rob Winch 2019-11-04 13:01:08 -06:00
parent a82047e61b
commit dcb3b6940f

View File

@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.9.RELEASE'
ext.springVersion = '5.1.11.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {