1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Update to Spring Framework 5.2.8.RELEASE

Closes gh-8919
This commit is contained in:
Eleftheria Stein
2020-08-05 11:22:53 +02:00
parent b408f074d5
commit 8dfe0fa815
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.2.6.RELEASE'
ext.springVersion = '5.2.8.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {