Update to Spring Framework 5.1.14.RELEASE

Fixes gh-8281
This commit is contained in:
Eleftheria Stein 2020-04-01 10:58:04 -04:00
parent 6de345b972
commit c91389ff8b

View File

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