Upgrade to Spring WS 3.0.2

**Cherry-pick to 5.0.x**
This commit is contained in:
Artem Bilan
2018-07-25 16:41:43 -04:00
parent 88c7646ed9
commit 4d20fe5e1e

View File

@@ -138,7 +138,7 @@ subprojects { subproject ->
springSecurityVersion = '5.1.0.BUILD-SNAPSHOT'
springRetryVersion = '1.2.2.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.BUILD-SNAPSHOT'
springWsVersion = '3.0.1.RELEASE'
springWsVersion = '3.0.2.RELEASE'
tomcatVersion = "9.0.7"
xmlUnitVersion = '1.6'
xstreamVersion = '1.4.10'