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 8468edc commit 6940b86Copy full SHA for 6940b86
build.gradle
@@ -137,7 +137,7 @@ subprojects { subproject ->
137
springSecurityVersion = '4.2.12.RELEASE'
138
springSocialTwitterVersion = '1.1.2.RELEASE'
139
springRetryVersion = '1.1.5.RELEASE'
140
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.26.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.28.RELEASE'
141
springWsVersion = '2.4.6.RELEASE'
142
xmlUnitVersion = '1.6'
143
xstreamVersion = '1.4.7'
0 commit comments