From da47e43e4f23e26691debce59591191f05493a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Apr 2025 16:50:01 +0200 Subject: [PATCH] Upgrade to Spring WS 4.1.0-RC1 Closes gh-45149 --- 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 199a3d4a88..6c4df6d500 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2428,7 +2428,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "4.1.0-SNAPSHOT") { + library("Spring WS", "4.1.0-RC1") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")