Explorar o código

Fix security version test

Eleftheria Stein %!s(int64=5) %!d(string=hai) anos
pai
achega
5850a4cd73

+ 1 - 1
core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java

@@ -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();