mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 13:02:13 +00:00
Update to Spring 4.3.5.RELEASE
Fixes gh-4167
This commit is contained in:
parent
666e356ebc
commit
6bec625e68
@ -27,7 +27,7 @@ allprojects {
|
||||
|
||||
ext.releaseBuild = version.endsWith('RELEASE')
|
||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
ext.springVersion = '4.3.4.RELEASE'
|
||||
ext.springVersion = '4.3.5.RELEASE'
|
||||
ext.springLdapVersion = '2.2.0.RELEASE'
|
||||
|
||||
group = 'org.springframework.security'
|
||||
|
@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
|
||||
*/
|
||||
public static final long SERIAL_VERSION_UID = 420L;
|
||||
|
||||
static final String MIN_SPRING_VERSION = "4.3.4.RELEASE";
|
||||
static final String MIN_SPRING_VERSION = "4.3.5.RELEASE";
|
||||
|
||||
static {
|
||||
performVersionChecks();
|
||||
|
Loading…
x
Reference in New Issue
Block a user