Upgrade Spring Framework to 5.2.19.RELEASE

Closes gh-10616
This commit is contained in:
Eleftheria Stein 2021-12-20 12:32:33 +02:00
parent 65b3584ac6
commit 0f177a9964
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.18.RELEASE'
ext.springVersion = '5.2.19.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {