Update to Spring Framework 5.2.16.RELEASE

Closes gh-10164
This commit is contained in:
Eleftheria Stein 2021-08-12 16:17:11 +02:00
parent 410c891f75
commit 7d92b7bda7

View File

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