MIN_SPRING_VERSION is 4.3.22.RELEASE

This commit is contained in:
Joe Grandja 2019-01-10 15:40:23 -05:00
parent f79fe3ce46
commit 0f7645aa50

View File

@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 420L;
static final String MIN_SPRING_VERSION = "4.3.21.RELEASE";
static final String MIN_SPRING_VERSION = "4.3.22.RELEASE";
static {
performVersionChecks();