1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Update to Spring Security 5.6

Closes gh-9695
This commit is contained in:
Josh Cummings
2021-04-29 17:26:47 -06:00
parent 8c0248d0dc
commit d203235567
7 changed files with 4324 additions and 8 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 = 550L;
public static final long SERIAL_VERSION_UID = 560L;
static final String MIN_SPRING_VERSION = getSpringVersion();