From 15dd780eb43c5171a8205f2da1dcc4b839ed76a4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 10:10:17 +0200 Subject: [PATCH] Upgrade to Spring WS 3.0.10.RELEASE Closes gh-23339 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 60654a23e7..b93a7a4bab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1738,7 +1738,7 @@ bom { ] } } - library("Spring WS", "3.0.9.RELEASE") { + library("Spring WS", "3.0.10.RELEASE") { group("org.springframework.ws") { modules = [ "spring-ws-core",