mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
SEC-2686: Fix SpringSecurityCoreVersion
This commit is contained in:
parent
b72c1ad314
commit
08d703545c
@ -23,7 +23,7 @@ public class SpringSecurityCoreVersion {
|
||||
*/
|
||||
public static final long SERIAL_VERSION_UID = 400L;
|
||||
|
||||
static final String MIN_SPRING_VERSION = "4.0.2.RELEASE";
|
||||
static final String MIN_SPRING_VERSION = "4.1.0.BUILD-SNAPSHOT";
|
||||
|
||||
static {
|
||||
performVersionChecks();
|
||||
|
Loading…
x
Reference in New Issue
Block a user