We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46f5f6 commit 14c4ac7Copy full SHA for 14c4ac7
build.gradle
@@ -30,7 +30,7 @@ allprojects {
30
31
ext.releaseBuild = version.endsWith('RELEASE')
32
ext.snapshotBuild = version.endsWith('SNAPSHOT')
33
- ext.springVersion = '4.3.22.RELEASE'
+ ext.springVersion = '4.3.23.RELEASE'
34
ext.springLdapVersion = '2.3.2.RELEASE'
35
36
group = 'org.springframework.security'
core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
@@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
40
*/
41
public static final long SERIAL_VERSION_UID = 420L;
42
43
- static final String MIN_SPRING_VERSION = "4.3.22.RELEASE";
+ static final String MIN_SPRING_VERSION = "4.3.23.RELEASE";
44
45
static {
46
performVersionChecks();
0 commit comments