From 7b8c19fcebcb3fd83df357ea5127a8b3f468fc05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 13:31:07 +0200 Subject: [PATCH] Upgrade to Spring WS 3.0.10.RELEASE Closes gh-23358 --- 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 57c7e2af721..2e6a04c0c4a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1637,7 +1637,7 @@ bom { ] } } - library("Spring WS", "3.0.9.RELEASE") { + library("Spring WS", "3.0.10.RELEASE") { group("org.springframework.ws") { modules = [ "spring-ws-core",