From 47a0e79e4aff60d6c1324756ff2d0b8d7b39d1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Jul 2025 14:50:42 +0200 Subject: [PATCH] Upgrade to Spring WS 5.0.0-M1 Closes gh-45873 --- 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 3a955e93ace..49104f40165 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2477,7 +2477,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "5.0.0-SNAPSHOT") { + library("Spring WS", "5.0.0-M1") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")