We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40cfe1 commit e30741fCopy full SHA for e30741f
build.gradle
@@ -138,7 +138,7 @@ subprojects { subproject ->
138
springGemfireVersion = '2.1.3.RELEASE'
139
springSecurityVersion = '5.1.2.RELEASE'
140
springRetryVersion = '1.2.2.RELEASE'
141
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.3.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.4.RELEASE'
142
springWsVersion = '3.0.4.RELEASE'
143
tomcatVersion = "9.0.12"
144
xstreamVersion = '1.4.11.1'
0 commit comments