Update to Spring Security 6.0

This commit is contained in:
Marcus Da Coregio
2021-10-07 14:46:26 -03:00
parent 11aa02c6fb
commit 12f3e908b0
8 changed files with 4427 additions and 11 deletions

View File

@@ -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 = 560L;
public static final long SERIAL_VERSION_UID = 600L;
static final String MIN_SPRING_VERSION = getSpringVersion();