From ca36c0b3aef1ec56d53872769fe02125a144b323 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 11 May 2023 18:27:26 +0100 Subject: [PATCH] Upgrade to Spring WS 4.0.4 Closes gh-35304 --- 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 8366f427826a..91ecff4b95e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1434,7 +1434,7 @@ bom { ] } } - library("Spring WS", "4.0.4-SNAPSHOT") { + library("Spring WS", "4.0.4") { group("org.springframework.ws") { imports = [ "spring-ws-bom"