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 27d4fd3 commit 3c5edbaCopy full SHA for 3c5edba
build.gradle
@@ -151,10 +151,10 @@ subprojects { subproject ->
151
springDataMongoVersion = '2.0.7.RELEASE'
152
springDataRedisVersion = '2.0.7.RELEASE'
153
springGemfireVersion = '2.0.7.RELEASE'
154
- springSecurityVersion = '5.0.5.RELEASE'
+ springSecurityVersion = '5.0.6.RELEASE'
155
springSocialTwitterVersion = '1.1.2.RELEASE'
156
springRetryVersion = '1.2.2.RELEASE'
157
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.6.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.7.RELEASE'
158
springWsVersion = '3.0.1.RELEASE'
159
tomcatVersion = "8.5.23"
160
xmlUnitVersion = '1.6'
0 commit comments