We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f34b27 commit 218efb9Copy full SHA for 218efb9
build.gradle
@@ -136,7 +136,7 @@ subprojects { subproject ->
136
springDataMongoVersion = '2.1.1.RELEASE'
137
springDataRedisVersion = '2.1.1.RELEASE'
138
springGemfireVersion = '2.1.1.RELEASE'
139
- springSecurityVersion = '5.1.1.BUILD-SNAPSHOT'
+ springSecurityVersion = '5.1.0.RELEASE'
140
springRetryVersion = '1.2.2.RELEASE'
141
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.1.RELEASE'
142
springWsVersion = '3.0.3.RELEASE'
0 commit comments