SEC-2485: Update test to Spring 4.0.2.RELEASE

This commit is contained in:
Rob Winch 2014-02-19 09:31:46 -06:00
parent 7f99a2dfbb
commit 9810768186
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '3.2.8.RELEASE'
ext.spring4Version = '4.0.1.RELEASE'
ext.spring4Version = '4.0.2.RELEASE'
ext.springLdapVersion = '1.3.2.RELEASE'
ext.springLdap2Version = '2.0.1.CI-SNAPSHOT'