1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Fix Security version tests -> 5.1

This commit is contained in:
Joe Grandja
2018-03-02 16:14:59 -05:00
parent b8dfcd0d35
commit 5b023d0abc
2 changed files with 2 additions and 2 deletions
@@ -38,7 +38,7 @@ public class SpringSecurityCoreVersion {
* N.B. Classes are not intended to be serializable between different versions. See
* SEC-1709 for why we still need a serial version.
*/
public static final long SERIAL_VERSION_UID = 500L;
public static final long SERIAL_VERSION_UID = 510L;
static final String MIN_SPRING_VERSION = "5.0.4.RELEASE";