Upgrade to Spring Data Hopper

See gh-380
This commit is contained in:
Eddú Meléndez
2016-03-19 01:26:16 +10:00
parent 46f72b42e8
commit d6cff2e6a8
14 changed files with 76 additions and 53 deletions

View File

@@ -5,8 +5,8 @@ sourceCompatibility = '1.6'
targetCompatibility = '1.6'
ext.apacheDsVersion = '1.5.5'
ext.springVersion = '3.2.13.RELEASE'
ext.springDataVersion = '1.11.0.RELEASE'
ext.springVersion = '4.2.5.RELEASE'
ext.springDataVersion = '1.12.0.RC1'
ext.springDataSpring3Version = '1.10.2.RELEASE'
ext.springBatchVersion = '2.0.4.RELEASE'
ext.junitVersion = '4.11'
@@ -17,7 +17,7 @@ ext.commonsLoggingVersion = '1.2'
ext.gsbaseVersion = '2.0.1'
ext.log4jVersion = '1.2.17'
ext.mockitoVersion = '1.10.19'
ext.queryDslVersion = '3.6.3'
ext.queryDslVersion = '4.0.9'
ext.slf4jVersion = '1.7.12'
ext.powerMockVersion = '1.6.2'
ext.commonsPool2Version = '2.4.2'