1
0
mirror of synced 2026-07-20 18:15:11 +00:00

Upgrade Spring Framework to 5.2.18.RELEASE

Close gh-10375
This commit is contained in:
Eleftheria Stein
2021-10-14 15:07:50 +02:00
parent e74ae71382
commit b1588c3d73
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.2.16.RELEASE'
ext.springVersion = '5.2.18.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {