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 c594e75 commit ec3f3eaCopy full SHA for ec3f3ea
build.gradle
@@ -138,7 +138,7 @@ subprojects { subproject ->
138
springGemfireVersion = '2.1.1.RELEASE'
139
springSecurityVersion = '5.1.0.RELEASE'
140
springRetryVersion = '1.2.2.RELEASE'
141
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.1.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.2.BUILD-SNAPSHOT'
142
springWsVersion = '3.0.3.RELEASE'
143
tomcatVersion = "9.0.12"
144
xmlUnitVersion = '1.6'
0 commit comments