SEC-2473: Update to Spring 3.2.7

This commit is contained in:
Rob Winch 2014-01-29 16:16:58 -06:00
parent 8d8475deb1
commit 087b56da96
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '3.2.6.RELEASE'
ext.springVersion = '3.2.7.RELEASE'
ext.spring4Version = '4.0.0.RELEASE'
group = 'org.springframework.security'

View File

@ -23,7 +23,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 320L;
static final String MIN_SPRING_VERSION = "3.2.6.RELEASE";
static final String MIN_SPRING_VERSION = "3.2.7.RELEASE";
static {
performVersionChecks();