Update to Spring 4.3.5.RELEASE

Fixes gh-4168
This commit is contained in:
Rob Winch
2016-12-21 08:54:09 -06:00
parent ed2ae21074
commit 5574fd2029
51 changed files with 538 additions and 244 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.2.RELEASE";
static final String MIN_SPRING_VERSION = "4.3.5.RELEASE";
static {
performVersionChecks();