mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Fix Security version Test
This commit is contained in:
parent
78c5c733e5
commit
3ca78df15f
@ -38,7 +38,7 @@ public class SpringSecurityCoreVersion {
|
|||||||
* N.B. Classes are not intended to be serializable between different versions. See
|
* N.B. Classes are not intended to be serializable between different versions. See
|
||||||
* SEC-1709 for why we still need a serial version.
|
* SEC-1709 for why we still need a serial version.
|
||||||
*/
|
*/
|
||||||
public static final long SERIAL_VERSION_UID = 420L;
|
public static final long SERIAL_VERSION_UID = 500L;
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "4.3.5.RELEASE";
|
static final String MIN_SPRING_VERSION = "4.3.5.RELEASE";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user