1
0
mirror of synced 2026-07-20 01:55:08 +00:00

Update to Spring Framework 5.2.5

Fixes gh-8249
This commit is contained in:
Eleftheria Stein
2020-03-31 18:06:26 -04:00
parent 298d40b7a5
commit 6a9585dc0d
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.2.3.RELEASE'
ext.springVersion = '5.2.5.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {