From 8d0194466625149fc2081b4f40f163a0a8329474 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 14 Nov 2023 13:40:27 +0000 Subject: [PATCH] Start building against Spring WS 3.1.8 snapshots See gh-38284 --- 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 7bdc3a7a0fd..e4eab232317 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1868,7 +1868,7 @@ bom { ] } } - library("Spring WS", "3.1.7") { + library("Spring WS", "3.1.8-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[4.0.0-M1,)"