From 5b47bf2c0864422c0d30b533dbda4a7f9428e477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 17 Dec 2025 08:01:17 +0100 Subject: [PATCH] Upgrade to Spring WS 4.0.17 Closes gh-48422 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 510288856c0..97680b442ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2326,7 +2326,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "4.0.17-SNAPSHOT") { + library("Spring WS", "4.0.17") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")