From 22d7f536b54fba768f36538f7fd0fca4818c5f69 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Mar 2022 11:11:06 +0100 Subject: [PATCH] Start building against Spring Ws 4.0.0-M2 snapshots See gh-30203 --- 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 36c5945f78..e7aa4bf4d4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1407,7 +1407,7 @@ bom { ] } } - library("Spring WS", "4.0.0-M1") { + library("Spring WS", "4.0.0-SNAPSHOT") { group("org.springframework.ws") { modules = [ "spring-ws-core",