Update to spring-data-commons-1.12.6.RELEASE

Fixes gh-439
This commit is contained in:
Rob Winch
2016-12-22 09:19:08 -06:00
parent 961e7eaf08
commit 7f0e68bdc2
4 changed files with 19 additions and 19 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.BUILD-SNAPSHOT'
ext.springDataVersion = '1.12.6.RELEASE'
ext.springDataSpring3Version = '1.10.2.RELEASE'
ext.springBatchVersion = '2.0.4.RELEASE'
ext.junitVersion = '4.12'