LDAP-292: Update to Spring 3.2.8.RELEASE

This commit is contained in:
Rob Winch
2014-02-19 08:25:29 -06:00
parent 310e15deed
commit 1cba2afa80
4 changed files with 56 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ apply plugin: 'propdeps'
sourceCompatibility = '1.6'
targetCompatibility = '1.6'
ext.springVersion = '3.2.4.RELEASE'
ext.springVersion = '3.2.8.RELEASE'
ext.springDataVersion = '1.6.1.RELEASE'
ext.springBatchVersion = '2.0.4.RELEASE'
ext.junitVersion = '4.10'