Update to Spring Security 5.0.0.M1

This commit is contained in:
Gary Russell
2017-05-10 08:14:31 -04:00
parent 654ebc106b
commit 8273785e67

View File

@@ -135,7 +135,7 @@ subprojects { subproject ->
springDataMongoVersion = '2.0.0.M3'
springDataRedisVersion = '2.0.0.M3'
springGemfireVersion = '2.0.0.M3'
springSecurityVersion = '5.0.0.BUILD-SNAPSHOT'
springSecurityVersion = '5.0.0.M1'
springSocialTwitterVersion = '2.0.0.M1'
springRetryVersion = '1.2.0.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.0.RC1'