From 81d35101dae3d8034930a9c5bf034daf5d90adb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 11:15:39 +0200 Subject: [PATCH] Start building against Spring WS 4.1.0 snapshots See gh-45445 --- 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 db501e534a3..47dbd835fb5 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-RC1") { + library("Spring WS", "4.1.0-SNAPSHOT") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")