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 eabe891 commit bbc10faCopy full SHA for bbc10fa
build.gradle
@@ -105,7 +105,7 @@ ext {
105
springRetryVersion = '1.3.1'
106
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.0-M1'
107
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.3'
108
- springWsVersion = '3.1.0-SNAPSHOT'
+ springWsVersion = '3.0.10.RELEASE'
109
tomcatVersion = '9.0.41'
110
xmlUnitVersion = '2.8.2'
111
xstreamVersion = '1.4.15'
0 commit comments