Update to Spring Framework 4.3.26.RELEASE

Fixes gh-7941
This commit is contained in:
Rob Winch 2020-02-05 20:54:12 -06:00
parent 702ec17a5f
commit 76a869995e
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '4.3.23.RELEASE'
ext.springVersion = '4.3.26.RELEASE'
ext.springLdapVersion = '2.3.2.RELEASE'
group = 'org.springframework.security'

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.23.RELEASE";
static final String MIN_SPRING_VERSION = "4.3.26.RELEASE";
static {
performVersionChecks();