From ba7485bf48743beea994c9e70e542fbd8b0d3590 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:25:37 +0100 Subject: [PATCH] Upgrade to Spring WS 3.1.6 Closes gh-35538 --- 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 633c10ce5601..638aee896e31 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1791,7 +1791,7 @@ bom { ] } } - library("Spring WS", "3.1.4") { + library("Spring WS", "3.1.6") { group("org.springframework.ws") { modules = [ "spring-ws-core",