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 9f6457f commit 534bb6cCopy full SHA for 534bb6c
build.gradle
@@ -136,7 +136,7 @@ subprojects { subproject ->
136
springSecurityVersion = '5.0.0.RELEASE'
137
springSocialTwitterVersion = '1.1.2.RELEASE'
138
springRetryVersion = '1.2.1.RELEASE'
139
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.2.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.3.RELEASE'
140
springWsVersion = '3.0.0.RELEASE'
141
tomcatVersion = "8.5.23"
142
xmlUnitVersion = '1.6'
0 commit comments