浏览代码

Fix next development version

Rob Winch 5 年之前
父节点
当前提交
17449cbf60
共有 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

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