From f3d20bbecf4c7e925fa718451ff9a33e7b21de7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 18 Mar 2026 07:50:29 +0100 Subject: [PATCH] Upgrade to Spring WS 5.0.1 Closes 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 348cfe4db63..12f87c5ac81 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2612,7 +2612,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "5.0.1-SNAPSHOT") { + library("Spring WS", "5.0.1") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")