From 098d338d7c37092f2ffe61750e058931b8e0c82f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Apr 2023 10:56:09 +0200 Subject: [PATCH] Upgrade to Spring WS 3.1.6 Closes gh-34949 --- 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 8586eb9b09..b3ff6d72a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1854,7 +1854,7 @@ bom { ] } } - library("Spring WS", "3.1.6-SNAPSHOT") { + library("Spring WS", "3.1.6") { prohibit { versionRange "[4.0.0-M1,)" because "it uses Spring Framework 6"