From 41db5a2d0b0f69f3d921ccff5d675af171bef9ec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Apr 2023 10:57:21 +0200 Subject: [PATCH] Upgrade to Spring WS 4.0.3 Closes gh-34953 --- 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 cace4b95dff..b8392bd4f30 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.3-SNAPSHOT") { + library("Spring WS", "4.0.3") { group("org.springframework.ws") { imports = [ "spring-ws-bom"