SEC-2474: Update tests against Spring 4.0.1

This commit is contained in:
Rob Winch 2014-01-29 16:17:42 -06:00
parent 087b56da96
commit 4eff50b48b
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.7.RELEASE'
ext.spring4Version = '4.0.0.RELEASE'
ext.spring4Version = '4.0.1.RELEASE'
group = 'org.springframework.security'