1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Prepare for Spring Security 6.2

Closes gh-14316
This commit is contained in:
Josh Cummings
2023-06-22 11:03:28 -06:00
parent 2e4b417fce
commit fb910e2997
13 changed files with 5175 additions and 52 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 = 610L;
public static final long SERIAL_VERSION_UID = 620L;
static final String MIN_SPRING_VERSION = getSpringVersion();