From e234ccd457b5be72e8d69a5f65503b4ee0947e6c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:24 +0100 Subject: [PATCH] Upgrade to Spring WS 3.1.2 Closes gh-29048 --- 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 72d0575ce68..53c7a6b85d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1747,7 +1747,7 @@ bom { ] } } - library("Spring WS", "3.1.1") { + library("Spring WS", "3.1.2") { group("org.springframework.ws") { modules = [ "spring-ws-core",