Update to Spring 4.2.5

Fixes gh-3715
This commit is contained in:
Rob Winch 2016-02-25 11:35:17 -06:00
parent d0dc47cb66
commit 65a00751a7
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '4.2.1.RELEASE'
ext.springVersion = '4.2.5.RELEASE'
ext.springLdapVersion = '2.0.2.RELEASE'
group = 'org.springframework.security'

View File

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