File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/main/java/org/springframework/security/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ allprojects {
34
34
35
35
ext. releaseBuild = version. endsWith(' RELEASE' )
36
36
ext. snapshotBuild = version. endsWith(' SNAPSHOT' )
37
- ext. springVersion = ' 4.3.23 .RELEASE'
37
+ ext. springVersion = ' 4.3.26 .RELEASE'
38
38
ext. springLdapVersion = ' 2.3.2.RELEASE'
39
39
40
40
group = ' org.springframework.security'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
40
40
*/
41
41
public static final long SERIAL_VERSION_UID = 420L ;
42
42
43
- static final String MIN_SPRING_VERSION = "4.3.23 .RELEASE" ;
43
+ static final String MIN_SPRING_VERSION = "4.3.26 .RELEASE" ;
44
44
45
45
static {
46
46
performVersionChecks ();
You can’t perform that action at this time.
0 commit comments