mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-09 05:32:13 +00:00
SEC-1686: Up required minimum version to 3.0.6 in version check.
This commit is contained in:
parent
73b67da3a8
commit
9b8d2719a6
@ -25,8 +25,8 @@ public class SpringSecurityCoreVersion {
|
|||||||
+ springVersion + ". Please check your classpath for unwanted jar files.");
|
+ springVersion + ". Please check your classpath for unwanted jar files.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (springVersion.compareTo("3.0.3") < 0) {
|
if (springVersion.compareTo("3.0.6") < 0) {
|
||||||
logger.warn("You are advised to use Spring 3.0.3 or later with this version. You are running: " +
|
logger.warn("You are advised to use Spring 3.0.6 or later with this version. You are running: " +
|
||||||
springVersion);
|
springVersion);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user