From 7885387d243cd80e1bc846b792c05a369a4568e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:21 +0100 Subject: [PATCH] Upgrade to Spring WS 3.1.4 Closes gh-33163 --- 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 c3a4cdd1bc..1accea52d3 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.3") { + library("Spring WS", "3.1.4") { group("org.springframework.ws") { modules = [ "spring-ws-core",