1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update version on tag library and global serialization value

This commit is contained in:
Marcus Da Coregio
2022-11-23 13:12:48 -03:00
parent 682e5fcf29
commit 4de92145e2
2 changed files with 2 additions and 2 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 = 600L;
public static final long SERIAL_VERSION_UID = 610L;
static final String MIN_SPRING_VERSION = getSpringVersion();