Update to Spring Framework 5.1.4

Fixes gh-6386
This commit is contained in:
Joe Grandja 2019-01-10 12:03:24 -05:00
parent cfec514082
commit 3e90c7663f

View File

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