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

Update to Spring 5.1.6.BUILD-SNAPSHOT

Fixes gh-6663
This commit is contained in:
Joe Grandja
2019-03-26 06:11:37 -04:00
parent 83953249a9
commit cf8043a90c
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.5.RELEASE'
ext.springVersion = '5.1.6.BUILD-SNAPSHOT'
}
if (!project.hasProperty('springDataVersion')) {