Fix security version test

This commit is contained in:
Eleftheria Stein 2020-03-06 18:46:00 -05:00
parent 426d842f8a
commit 5850a4cd73
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,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 = 530L;
public static final long SERIAL_VERSION_UID = 540L;
static final String MIN_SPRING_VERSION = getSpringVersion();