1
0
mirror of synced 2026-08-04 01:07:02 +00:00

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
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.2.15.RELEASE'
ext.springVersion = '5.2.16.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {