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

Update to Spring 5.1.6.RELEASE

Fixes gh-6664
This commit is contained in:
Joe Grandja
2019-04-01 09:51:52 -04:00
parent a863f01a9d
commit 965696302b
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.6.BUILD-SNAPSHOT'
ext.springVersion = '5.1.6.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {