From d73a6cc3feef8c2d1e4e74cea612d33e00ff23d4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:43:41 +0100 Subject: [PATCH] Upgrade to Spring WS 3.1.6 Closes gh-35501 --- 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 47882ae7b666..4fada84ad095 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1794,7 +1794,7 @@ bom { ] } } - library("Spring WS", "3.1.3") { + library("Spring WS", "3.1.6") { group("org.springframework.ws") { modules = [ "spring-ws-core",