Fix Security version tests -> 5.1
This commit is contained in:
parent
b8dfcd0d35
commit
5b023d0abc
|
@ -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";
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue