Update to spring-data-commons 1.12.1

Upgrade spring-data-commons to 1.12.1.RELEASE
This commit is contained in:
Rob Winch
2016-04-15 09:34:00 -05:00

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'