Update Security version to 5.2

This commit is contained in:
Joe Grandja 2018-10-17 14:37:01 -04:00
parent d808b6f49f
commit 0b3aa2ce24
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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>