From 5e963b02a735be7a9c020c0af0b515409c3e9384 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:59 +0100 Subject: [PATCH] Start building against Spring WS 3.1.7 snapshots See gh-35732 --- 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 a6d5d9c2c5..f162bac48d 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") { + library("Spring WS", "3.1.7-SNAPSHOT") { prohibit { versionRange "[4.0.0-M1,)" because "it uses Spring Framework 6"