1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update to Spring 5.2.0.M3

Fixes gh-6961
This commit is contained in:
Eleftheria Stein
2019-06-13 10:45:09 -04:00
parent 759e47ba84
commit e0e66c62fc
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.2.0.M2'
ext.springVersion = '5.2.0.M3'
}
if (!project.hasProperty('springDataVersion')) {