Skip to content

Commit 1b5c588

Browse files
committed
Upgrade Spring Security to 5.2.0.M3
1 parent 3ddc004 commit 1b5c588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ subprojects { subproject ->
151151
springDataMongoVersion = '2.2.0.RC1'
152152
springDataRedisVersion = '2.2.0.RC1'
153153
springGemfireVersion = '2.2.0.RC1'
154-
springSecurityVersion = '5.2.0.M2'
154+
springSecurityVersion = '5.2.0.M3'
155155
springRetryVersion = '1.2.4.RELEASE'
156156
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.M3'
157157
springWsVersion = '3.0.7.RELEASE'

0 commit comments

Comments
 (0)