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

Update Spring Security to 5.7

Closes gh-10509
This commit is contained in:
Josh Cummings
2021-11-15 16:45:36 -07:00
parent 6b6f473a1b
commit 7b15098570
13 changed files with 4432 additions and 68 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 = 560L;
public static final long SERIAL_VERSION_UID = 570L;
static final String MIN_SPRING_VERSION = getSpringVersion();