SEC-2473: Update to Spring 3.2.7
This commit is contained in:
parent
8d8475deb1
commit
087b56da96
|
@ -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'
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue