From 360a759fb0986f594b4662d5f14bae60d39ceb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 10 Oct 2025 18:39:02 +0200 Subject: [PATCH] Start building against Spring WS 5.0.0-RC1 snapshots See gh-47501 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index ff7bfc7449c..b60e67b3431 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2573,7 +2573,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "5.0.0-M1") { + library("Spring WS", "5.0.0-SNAPSHOT") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")