From bed11671d3744d008507580170b7f609bd051a89 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Apr 2023 11:00:04 +0200 Subject: [PATCH] Upgrade to Spring WS 4.0.3 Closes gh-34971 --- 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 ea77d74011..34f56fb921 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1449,7 +1449,7 @@ bom { ] } } - library("Spring WS", "4.0.3-SNAPSHOT") { + library("Spring WS", "4.0.3") { group("org.springframework.ws") { imports = [ "spring-ws-bom"