mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-30 22:23:30 +00:00
Update Security version to 5.2
This commit is contained in:
parent
d808b6f49f
commit
0b3aa2ce24
@ -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() {
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user