1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Prepare for Spring Security 5.8

This commit is contained in:
Josh Cummings
2022-05-02 16:13:07 -06:00
parent 5ac5edc2e6
commit 0e9228d10a
13 changed files with 5105 additions and 48 deletions
@@ -43,7 +43,7 @@ public final 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 = 570L;
public static final long SERIAL_VERSION_UID = 580L;
static final String MIN_SPRING_VERSION = getSpringVersion();