From 02183d82f6b05ade2190fb4a4561a3e89db302f2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Oct 2022 21:28:17 +0100 Subject: [PATCH] Start building against Spring WS 4.0.0-RC1 snapshots See gh-32621 --- 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 e349b2cd87..8b9462124c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1499,7 +1499,7 @@ bom { ] } } - library("Spring WS", "4.0.0-M2") { + library("Spring WS", "4.0.0-SNAPSHOT") { group("org.springframework.ws") { modules = [ "spring-ws-core",