Update to Spring Framework 5.2.5

Fixes gh-8249
This commit is contained in:
Eleftheria Stein 2020-03-31 18:06:26 -04:00
parent 298d40b7a5
commit 6a9585dc0d
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.3.RELEASE'
ext.springVersion = '5.2.5.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {