Skip to content

Commit b0bf59f

Browse files
committed
Upgrade to SWS 4.0.0-RC1; prepare for release
1 parent cd910a1 commit b0bf59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ext {
110110
springRetryVersion = '2.0.0-RC2'
111111
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '6.0.0-RC1'
112112
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-RC1'
113-
springWsVersion = '4.0.0-SNAPSHOT'
113+
springWsVersion = '4.0.0-RC1'
114114
testcontainersVersion = '1.17.5'
115115
tomcatVersion = '10.0.23'
116116
xmlUnitVersion = '2.9.0'

0 commit comments

Comments
 (0)