Upgrade to Spring WS 3.0.2

**Cherry-pick to 5.0.x**

# Conflicts:
#	build.gradle
This commit is contained in:
Artem Bilan
2018-07-25 16:41:43 -04:00
parent 4ddf423fbd
commit 5cbc622f4b

View File

@@ -155,7 +155,7 @@ subprojects { subproject ->
springSocialTwitterVersion = '1.1.2.RELEASE'
springRetryVersion = '1.2.2.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.7.RELEASE'
springWsVersion = '3.0.1.RELEASE'
springWsVersion = '3.0.2.RELEASE'
tomcatVersion = "8.5.23"
xmlUnitVersion = '1.6'
xstreamVersion = '1.4.10'