From 7125bdcccab36a63fb8ae9599ee6720af76c6400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 12 Sep 2026 12:01:44 +0200 Subject: [PATCH] Start building against Spring WS 5.1.0-M1 snapshots See gh-51716 --- 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 615754e245f..6cf7abbcc5e 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2949,7 +2949,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "5.0.2") { + library("Spring WS", "5.1.0-SNAPSHOT") { firstParty() group("org.springframework.ws") { bom("spring-ws-bom")