We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f34d04 commit 23fb52cCopy full SHA for 23fb52c
build.gradle
@@ -154,7 +154,7 @@ subprojects { subproject ->
154
springSecurityVersion = '5.0.10.RELEASE'
155
springSocialTwitterVersion = '1.1.2.RELEASE'
156
springRetryVersion = '1.2.2.RELEASE'
157
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.11.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.12.RELEASE'
158
springWsVersion = '3.0.4.RELEASE'
159
tomcatVersion = "8.5.23"
160
xmlUnitVersion = '1.6'
0 commit comments