Fix Security version tests -> 5.1

This commit is contained in:
Joe Grandja 2018-03-02 16:14:59 -05:00
parent b8dfcd0d35
commit 5b023d0abc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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