We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e3e0f commit 8fb27d9Copy full SHA for 8fb27d9
build.gradle
@@ -41,7 +41,7 @@ allprojects {
41
42
ext.releaseBuild = version.endsWith('RELEASE')
43
ext.snapshotBuild = version.endsWith('SNAPSHOT')
44
- ext.springVersion = '4.3.28.RELEASE'
+ ext.springVersion = '4.3.30.RELEASE'
45
ext.springLdapVersion = '2.3.2.RELEASE'
46
47
group = 'org.springframework.security'
core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
@@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
40
*/
public static final long SERIAL_VERSION_UID = 420L;
- static final String MIN_SPRING_VERSION = "4.3.28.RELEASE";
+ static final String MIN_SPRING_VERSION = "4.3.30.RELEASE";
static {
performVersionChecks();
0 commit comments