From bae83f997ded346b117d9cee97d2c12e3cba5ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Nov 2025 07:52:59 +0100 Subject: [PATCH] Upgrade to Spring WS 5.0.0 Closes gh-47833 --- 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 d775868a27b..416b27fd771 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2589,7 +2589,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") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")