From b042af606f9c4df5f0ea5a1c5e680f8d18755759 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:49 +0200 Subject: [PATCH] Upgrade to Spring WS 3.0.9.RELEASE Closes gh-21253 --- 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 59f67e1aba..8c9019e0cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1703,7 +1703,7 @@ bom { ] } } - library("Spring WS", "3.0.8.RELEASE") { + library("Spring WS", "3.0.9.RELEASE") { group("org.springframework.ws") { modules = [ "spring-ws-core",