Update Dependencies

Fixes: gh-4973
This commit is contained in:
Rob Winch
2018-01-24 12:12:05 -06:00
parent 1517e9b222
commit c5e6ee4563
6 changed files with 31 additions and 54 deletions

View File

@@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 500L;
static final String MIN_SPRING_VERSION = "5.0.2.RELEASE";
static final String MIN_SPRING_VERSION = "5.0.3.RELEASE";
static {
performVersionChecks();