From 97d4988821b527b492ab6cfa1daccd93772e45d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Jan 2023 13:09:08 +0000 Subject: [PATCH] Upgrade to Spring WS 3.5.1 Closes gh-33789 --- 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 b16fa667c4d..9a4bbc74cfd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1860,7 +1860,7 @@ bom { ] } } - library("Spring WS", "3.1.5-SNAPSHOT") { + library("Spring WS", "3.1.5") { prohibit { versionRange "[4.0.0-M1,)" because "it uses Spring Framework 6"