mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-13 07:32:13 +00:00
Update to Spring 4.2.5
Fixes gh-3716
This commit is contained in:
parent
8c8f499a69
commit
a3a78e50cb
@ -25,7 +25,7 @@ allprojects {
|
|||||||
|
|
||||||
ext.releaseBuild = version.endsWith('RELEASE')
|
ext.releaseBuild = version.endsWith('RELEASE')
|
||||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||||
ext.springVersion = '4.2.2.RELEASE'
|
ext.springVersion = '4.2.5.RELEASE'
|
||||||
ext.springLdapVersion = '2.0.2.RELEASE'
|
ext.springLdapVersion = '2.0.2.RELEASE'
|
||||||
|
|
||||||
group = 'org.springframework.security'
|
group = 'org.springframework.security'
|
||||||
|
@ -24,7 +24,7 @@ public class SpringSecurityCoreVersion {
|
|||||||
*/
|
*/
|
||||||
public static final long SERIAL_VERSION_UID = 400L;
|
public static final long SERIAL_VERSION_UID = 400L;
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "4.2.2.RELEASE";
|
static final String MIN_SPRING_VERSION = "4.2.5.RELEASE";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
performVersionChecks();
|
performVersionChecks();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user