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 3491cba commit 3bd29edCopy full SHA for 3bd29ed
build.gradle
@@ -141,8 +141,8 @@ subprojects { subproject ->
141
springGemfireVersion = '2.1.5.RELEASE'
142
springSecurityVersion = '5.1.4.RELEASE'
143
springRetryVersion = '1.2.4.RELEASE'
144
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.5.RELEASE'
145
- springWsVersion = '3.0.6.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.6.BUILD-SNAPSHOT'
+ springWsVersion = '3.0.7.RELEASE'
146
tomcatVersion = "9.0.16"
147
xstreamVersion = '1.4.11.1'
148
}
0 commit comments