Skip to content

Commit 8fb27d9

Browse files
committed
Update to Spring Framework 4.3.30
Closes gh-9272
1 parent 14e3e0f commit 8fb27d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ allprojects {
4141

4242
ext.releaseBuild = version.endsWith('RELEASE')
4343
ext.snapshotBuild = version.endsWith('SNAPSHOT')
44-
ext.springVersion = '4.3.28.RELEASE'
44+
ext.springVersion = '4.3.30.RELEASE'
4545
ext.springLdapVersion = '2.3.2.RELEASE'
4646

4747
group = 'org.springframework.security'

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

+1-1
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.28.RELEASE";
43+
static final String MIN_SPRING_VERSION = "4.3.30.RELEASE";
4444

4545
static {
4646
performVersionChecks();

0 commit comments

Comments
 (0)