We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40404f4 commit 6ea2d80Copy full SHA for 6ea2d80
build.gradle
@@ -136,7 +136,7 @@ subprojects { subproject ->
136
springSecurityVersion = '4.1.4.RELEASE'
137
springSocialTwitterVersion = '1.1.2.RELEASE'
138
springRetryVersion = '1.1.3.RELEASE'
139
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.13.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.14.RELEASE'
140
springWsVersion = '2.3.0.RELEASE'
141
xmlUnitVersion = '1.6'
142
xstreamVersion = '1.4.7'
0 commit comments