mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 05:43:29 +00:00
Fix SpringSecurityCoreVersion
Issue gh-9103
This commit is contained in:
parent
2aa09d11e2
commit
7cce996ebe
@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
|
|||||||
*/
|
*/
|
||||||
public static final long SERIAL_VERSION_UID = 420L;
|
public static final long SERIAL_VERSION_UID = 420L;
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "4.3.26.RELEASE";
|
static final String MIN_SPRING_VERSION = "4.3.28.RELEASE";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
performVersionChecks();
|
performVersionChecks();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user