From d3abb7fb5e61db05d4b324533f8f3d9b194aca56 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Jan 2023 13:15:32 +0000 Subject: [PATCH] Upgrade to Spring WS 4.0.1 Closes gh-33809 --- 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 d98fb99df0..9372d6c713 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1441,7 +1441,7 @@ bom { ] } } - library("Spring WS", "4.0.1-SNAPSHOT") { + library("Spring WS", "4.0.1") { group("org.springframework.ws") { imports = [ "spring-ws-bom"