소스 검색

Fix Security version Test

Rob Winch 8 년 전
부모
커밋
3ca78df15f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java

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

@@ -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 = 420L;
+	public static final long SERIAL_VERSION_UID = 500L;
 
 	static final String MIN_SPRING_VERSION = "4.3.5.RELEASE";