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 216512b commit e923371Copy full SHA for e923371
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.17.RELEASE";
+ static final String MIN_SPRING_VERSION = "4.3.18.RELEASE";
44
45
static {
46
performVersionChecks();
0 commit comments