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

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')) {