Update to Spring Data 1.12.11.RELEASE

Fixes gh-512
This commit is contained in:
Joe Grandja
2019-03-14 14:42:55 -04:00
parent c6688a2704
commit 6b8c5d2bc6
4 changed files with 4 additions and 4 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.6.RELEASE'
ext.springDataVersion = '1.12.11.RELEASE'
ext.springDataSpring3Version = '1.10.2.RELEASE'
ext.springBatchVersion = '2.0.4.RELEASE'
ext.junitVersion = '4.12'