LDAP-195: Use Spring 3.0

Upped to Spring 3.0.6.RELEASE
This commit is contained in:
Mattias Hellborg Arthursson
2013-08-01 13:39:57 +02:00
parent 02cd2412ea
commit b458471a93

View File

@@ -4,7 +4,7 @@ apply plugin: 'propdeps'
sourceCompatibility = '1.5'
targetCompatibility = '1.5'
ext.springVersion = '3.0.5.RELEASE'
ext.springVersion = '3.0.6.RELEASE'
ext.springBatchVersion = '2.0.3.RELEASE'
ext.junitVersion = '4.8.2'
ext.commonsPoolVersion = '1.5.4'