1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Fix SpringSecurityCoreVersion

Issue gh-9103
This commit is contained in:
Rob Winch
2020-10-07 13:49:25 -05:00
parent 2aa09d11e2
commit 7cce996ebe
@@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 420L;
static final String MIN_SPRING_VERSION = "4.3.26.RELEASE";
static final String MIN_SPRING_VERSION = "4.3.28.RELEASE";
static {
performVersionChecks();