Browse Source

Update Security version to 5.2

Joe Grandja 6 years ago
parent
commit
0b3aa2ce24

+ 2 - 2
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
 	 * N.B. Classes are not intended to be serializable between different versions. See
 	 * SEC-1709 for why we still need a serial version.
 	 * SEC-1709 for why we still need a serial version.
 	 */
 	 */
-	public static final long SERIAL_VERSION_UID = 510L;
+	public static final long SERIAL_VERSION_UID = 520L;
 
 
 	static final String MIN_SPRING_VERSION = getSpringVersion();
 	static final String MIN_SPRING_VERSION = getSpringVersion();
 
 
@@ -103,7 +103,7 @@ public class SpringSecurityCoreVersion {
 	}
 	}
 
 
 	/**
 	/**
-	 * Loads the spring version or null if it cannot be found.
+	 * Loads the spring version or null if it cannot be found.AbstractAuthorizeTagTests
 	 * @return
 	 * @return
 	 */
 	 */
 	private static String getSpringVersion() {
 	private static String getSpringVersion() {

+ 1 - 1
taglibs/src/main/resources/META-INF/security.tld

@@ -20,7 +20,7 @@
         version="2.0">
         version="2.0">
     <description>Spring Security Authorization Tag Library</description>
     <description>Spring Security Authorization Tag Library</description>
 
 
-    <tlib-version>5.1</tlib-version>
+    <tlib-version>5.2</tlib-version>
     <short-name>security</short-name>
     <short-name>security</short-name>
     <uri>http://www.springframework.org/security/tags</uri>
     <uri>http://www.springframework.org/security/tags</uri>