Update to Spring Framework 5.2.8.RELEASE

Closes gh-8919
This commit is contained in:
Eleftheria Stein 2020-08-05 11:22:53 +02:00
parent b408f074d5
commit 8dfe0fa815
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.6.RELEASE'
ext.springVersion = '5.2.8.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {