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 79d7d3a commit 44f2404Copy full SHA for 44f2404
build.gradle
@@ -136,8 +136,8 @@ subprojects { subproject ->
136
springGemfireVersion = '1.8.11.RELEASE'
137
springSecurityVersion = '4.2.12.RELEASE'
138
springSocialTwitterVersion = '1.1.2.RELEASE'
139
- springRetryVersion = '1.1.3.RELEASE'
140
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.23.RELEASE'
+ springRetryVersion = '1.1.5.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.25.RELEASE'
141
springWsVersion = '2.4.5.RELEASE'
142
xmlUnitVersion = '1.6'
143
xstreamVersion = '1.4.7'
0 commit comments