Update to Spring Framework 5.2.9

Closes gh-9083
This commit is contained in:
Eleftheria Stein 2020-10-02 17:10:10 +02:00
parent 984fdd4c00
commit 5d0eb32f4d
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.8.RELEASE'
ext.springVersion = '5.2.9.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {