From 6f8bcd764a5a4ad50f262cd2dcbbb0ebd5b4c9bc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 07:51:53 +0100 Subject: [PATCH] Upgrade to Spring WS 3.1.4 Closes gh-33179 --- 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 6594d23effd..3c2cd077533 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1806,7 +1806,7 @@ bom { ] } } - library("Spring WS", "3.1.3") { + library("Spring WS", "3.1.4") { prohibit("[4.0.0-M1,)") { because "it uses Spring Framework 6" }