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 e901c89 commit 344c6bcCopy full SHA for 344c6bc
build.gradle
@@ -103,7 +103,7 @@ ext {
103
springRetryVersion = '1.3.1'
104
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.0-RC1'
105
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.6'
106
- springWsVersion = '3.1.0-M2'
+ springWsVersion = '3.1.0-RC1'
107
tomcatVersion = '9.0.45'
108
xmlUnitVersion = '2.8.2'
109
xstreamVersion = '1.4.16'
0 commit comments