1
0
mirror of synced 2026-07-20 18:15:11 +00:00

Update to Spring Framework 5.0.1.RELEASE

Fixes: gh-124
This commit is contained in:
Rob Winch
2018-10-15 06:29:14 -05:00
parent 88f8bfeb57
commit ad05c756de
+1 -1
View File
@@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
}
if (!project.hasProperty('springVersion')) {
ext.springVersion = '5.1.0.RELEASE'
ext.springVersion = '5.1.1.RELEASE'
}
if (!project.hasProperty('springDataVersion')) {