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

Upgrade Spring Framework to 5.2.19.RELEASE

Closes gh-10616
This commit is contained in:
Eleftheria Stein
2021-12-20 12:32:33 +02:00
parent 65b3584ac6
commit 0f177a9964
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.2.18.RELEASE'
ext.springVersion = '5.2.19.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {