mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-14 08:02:22 +00:00
Update to Spring 4.3.14
Fixes: gh-4977
This commit is contained in:
parent
bf075a2cae
commit
17238707b7
@ -27,7 +27,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.3.5.RELEASE'
|
ext.springVersion = '4.3.14.RELEASE'
|
||||||
ext.springLdapVersion = '2.2.0.RELEASE'
|
ext.springLdapVersion = '2.2.0.RELEASE'
|
||||||
|
|
||||||
group = 'org.springframework.security'
|
group = 'org.springframework.security'
|
||||||
|
@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
|
|||||||
*/
|
*/
|
||||||
public static final long SERIAL_VERSION_UID = 410L;
|
public static final long SERIAL_VERSION_UID = 410L;
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "4.3.5.RELEASE";
|
static final String MIN_SPRING_VERSION = "4.3.14.RELEASE";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
performVersionChecks();
|
performVersionChecks();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user