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 9d19f66 commit 2f1d86dCopy full SHA for 2f1d86d
build.gradle
@@ -137,7 +137,7 @@ subprojects { subproject ->
137
springSecurityVersion = '4.2.7.RELEASE'
138
springSocialTwitterVersion = '1.1.2.RELEASE'
139
springRetryVersion = '1.1.3.RELEASE'
140
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.22.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.23.BUILD-SNAPSHOT'
141
springWsVersion = '2.4.4.RELEASE'
142
xmlUnitVersion = '1.6'
143
xstreamVersion = '1.4.7'
0 commit comments