Upgrade spring-data-commons to 1.12.1.RELEASE

This commit is contained in:
Eddú Meléndez
2016-04-15 00:25:19 +10:00
parent f6e01d895a
commit ef0b35a1ab

View File

@@ -6,7 +6,7 @@ targetCompatibility = '1.6'
ext.apacheDsVersion = '1.5.5'
ext.springVersion = '4.2.5.RELEASE'
ext.springDataVersion = '1.12.0.RC1'
ext.springDataVersion = '1.12.1.RELEASE'
ext.springDataSpring3Version = '1.10.2.RELEASE'
ext.springBatchVersion = '2.0.4.RELEASE'
ext.junitVersion = '4.11'