From 71dd43a0ec7cb980b7f13e4c73d1229df2e03a00 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 14:42:14 +0000 Subject: [PATCH] Upgrade to Spring WS 4.0.2 Closes gh-34355 --- 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 f5179c5353..cb3c4552cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1421,7 +1421,7 @@ bom { ] } } - library("Spring WS", "4.0.1") { + library("Spring WS", "4.0.2") { group("org.springframework.ws") { imports = [ "spring-ws-bom"