Skip to content

Commit 14c4ac7

Browse files
committed
Update to Spring 4.3.23
Fixes gh-6716
1 parent b46f5f6 commit 14c4ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030

3131
ext.releaseBuild = version.endsWith('RELEASE')
3232
ext.snapshotBuild = version.endsWith('SNAPSHOT')
33-
ext.springVersion = '4.3.22.RELEASE'
33+
ext.springVersion = '4.3.23.RELEASE'
3434
ext.springLdapVersion = '2.3.2.RELEASE'
3535

3636
group = 'org.springframework.security'

core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
4040
*/
4141
public static final long SERIAL_VERSION_UID = 420L;
4242

43-
static final String MIN_SPRING_VERSION = "4.3.22.RELEASE";
43+
static final String MIN_SPRING_VERSION = "4.3.23.RELEASE";
4444

4545
static {
4646
performVersionChecks();

0 commit comments

Comments
 (0)