Skip to content

Commit

Permalink
Update to Spring 4.3.23
Browse files Browse the repository at this point in the history
Fixes gh-6716
  • Loading branch information
jgrandja committed Apr 1, 2019
1 parent b46f5f6 commit 14c4ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {

ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '4.3.22.RELEASE'
ext.springVersion = '4.3.23.RELEASE'
ext.springLdapVersion = '2.3.2.RELEASE'

group = 'org.springframework.security'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 420L;

static final String MIN_SPRING_VERSION = "4.3.22.RELEASE";
static final String MIN_SPRING_VERSION = "4.3.23.RELEASE";

static {
performVersionChecks();
Expand Down

0 comments on commit 14c4ac7

Please sign in to comment.