Update to Spring 4.3.14

Fixes: gh-4977
This commit is contained in:
Rob Winch
2018-01-24 21:09:31 -06:00
parent bf075a2cae
commit 17238707b7
2 changed files with 2 additions and 2 deletions

View File

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