From efa8d8b8774dd10054e8720274e63db8cb89e8a5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 08:53:11 +0100 Subject: [PATCH] Upgrade to Spring WS 4.0.0 Closes gh-33139 --- 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 88a8041321ec..703436498722 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,7 +1433,7 @@ bom { ] } } - library("Spring WS", "4.0.0-SNAPSHOT") { + library("Spring WS", "4.0.0") { group("org.springframework.ws") { modules = [ "spring-ws-core",