Skip to content

Commit 36581bf

Browse files
committed
Upgrade to Spring Security 5.2 M2
1 parent 38fc85a commit 36581bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ subprojects { subproject ->
139139
springDataMongoVersion = '2.2.0.M3'
140140
springDataRedisVersion = '2.2.0.M3'
141141
springGemfireVersion = '2.2.0.M3'
142-
springSecurityVersion = '5.2.0.BUILD-SNAPSHOT'
142+
springSecurityVersion = '5.2.0.M2'
143143
springRetryVersion = '1.2.4.RELEASE'
144144
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.M1'
145145
springWsVersion = '3.0.7.RELEASE'

0 commit comments

Comments
 (0)