Revert spring-ws to 3.0.10; prepare for milestone

This commit is contained in:
Gary Russell
2021-01-20 14:57:02 -05:00
parent eabe891c15
commit bbc10fa6fc

View File

@@ -105,7 +105,7 @@ ext {
springRetryVersion = '1.3.1'
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.0-M1'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.3'
springWsVersion = '3.1.0-SNAPSHOT'
springWsVersion = '3.0.10.RELEASE'
tomcatVersion = '9.0.41'
xmlUnitVersion = '2.8.2'
xstreamVersion = '1.4.15'