Skip to content

Commit 7cce996

Browse files
committed
Fix SpringSecurityCoreVersion
Issue gh-9103
1 parent 2aa09d1 commit 7cce996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

4545
static {
4646
performVersionChecks();

0 commit comments

Comments
 (0)