Polish Spring Version Update
Fix related tests. Issue gh-4123
This commit is contained in:
parent
fd9f57eb5f
commit
a9024de734
|
@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
|
||||||
*/
|
*/
|
||||||
public static final long SERIAL_VERSION_UID = 420L;
|
public static final long SERIAL_VERSION_UID = 420L;
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "4.3.3.RELEASE";
|
static final String MIN_SPRING_VERSION = "4.3.4.RELEASE";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
performVersionChecks();
|
performVersionChecks();
|
||||||
|
|
Loading…
Reference in New Issue