1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Update to Spring 5.1.6.BUILD-SNAPSHOT

This commit is contained in:
Joe Grandja
2019-03-28 17:11:21 -04:00
parent a9a86cd826
commit 9b09201679
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.4.RELEASE'
ext.springVersion = '5.1.6.BUILD-SNAPSHOT'
}
if (!project.hasProperty('springDataVersion')) {