Update to Spring Data 1.13.18.RELEASE

Fixes gh-510
This commit is contained in:
Joe Grandja
2019-03-13 15:32:54 -04:00
parent 2767a29eb5
commit 6187359888
4 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ targetCompatibility = '1.6'
ext.apacheDsVersion = '1.5.5'
ext.springVersion = '4.3.4.RELEASE'
ext.springDataVersion = '1.12.5.RELEASE'
ext.springDataVersion = '1.13.18.RELEASE'
ext.springDataSpring3Version = '1.10.2.RELEASE'
ext.springBatchVersion = '2.0.4.RELEASE'
ext.junitVersion = '4.12'