From 5c470d1f205f6bbfc0f12aaaad5acc571ee66481 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:49:27 +0000 Subject: [PATCH] Start building against Spring WS 3.1.5 snapshots See 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 603abb4e73d..288b3d0f324 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1800,7 +1800,7 @@ bom { ] } } - library("Spring WS", "3.1.4") { + library("Spring WS", "3.1.5-SNAPSHOT") { prohibit("[4.0.0-M1,)") { because "it uses Spring Framework 6" }