We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4.0.0-RC1
1 parent cd910a1 commit b0bf59fCopy full SHA for b0bf59f
build.gradle
@@ -110,7 +110,7 @@ ext {
110
springRetryVersion = '2.0.0-RC2'
111
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '6.0.0-RC1'
112
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-RC1'
113
- springWsVersion = '4.0.0-SNAPSHOT'
+ springWsVersion = '4.0.0-RC1'
114
testcontainersVersion = '1.17.5'
115
tomcatVersion = '10.0.23'
116
xmlUnitVersion = '2.9.0'
0 commit comments