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

Update to Spring Framework 5.1.14.RELEASE

Fixes gh-8281
This commit is contained in:
Eleftheria Stein
2020-04-01 10:58:04 -04:00
parent 6de345b972
commit c91389ff8b
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.13.RELEASE'
ext.springVersion = '5.1.14.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {