From 686327c736621bae117c09b15daed1957cedce05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 9 Mar 2026 17:22:17 +0100 Subject: [PATCH] Start building against Spring WS 5.0.1 snapshots See gh-49531 --- 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 ccaa925ec75..dcd9b6cd2af 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2608,7 +2608,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "5.0.0") { + library("Spring WS", "5.0.1-SNAPSHOT") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")