Upgrade Spring Framework to 5.2.18.RELEASE

Close gh-10375
This commit is contained in:
Eleftheria Stein 2021-10-14 15:07:50 +02:00
parent e74ae71382
commit b1588c3d73
1 changed files with 1 additions and 1 deletions

View File

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