Update to Spring Framework 5.1.15.RELEASE

Closes gh-8472
This commit is contained in:
Eleftheria Stein 2020-05-06 09:21:22 -04:00
parent 497ee84537
commit ecf58c9549

View File

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