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 2aa09d1 commit 7cce996Copy full SHA for 7cce996
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.26.RELEASE";
+ static final String MIN_SPRING_VERSION = "4.3.28.RELEASE";
44
45
static {
46
performVersionChecks();
0 commit comments