SEC-3078: Update Spring 4.2
This commit is contained in:
parent
7914b96e23
commit
55dd247660
|
@ -25,7 +25,7 @@ allprojects {
|
|||
|
||||
ext.releaseBuild = version.endsWith('RELEASE')
|
||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
ext.springVersion = '4.1.6.RELEASE'
|
||||
ext.springVersion = '4.2.0.RELEASE'
|
||||
ext.springLdapVersion = '2.0.2.RELEASE'
|
||||
|
||||
group = 'org.springframework.security'
|
||||
|
|
|
@ -24,7 +24,7 @@ public class SpringSecurityCoreVersion {
|
|||
*/
|
||||
public static final long SERIAL_VERSION_UID = 410L;
|
||||
|
||||
static final String MIN_SPRING_VERSION = "4.1.6.RELEASE";
|
||||
static final String MIN_SPRING_VERSION = "4.2.0.RELEASE";
|
||||
|
||||
static {
|
||||
performVersionChecks();
|
||||
|
|
Loading…
Reference in New Issue