From d488759caee8f83e6e4706fb596337e921bb4cbf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 May 2023 09:06:55 +0200 Subject: [PATCH] Start building against Spring WS 4.0.4 snapshots See gh-35318 --- 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 f84042b384a..10616e8b7ee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1493,7 +1493,7 @@ bom { ] } } - library("Spring WS", "4.0.3") { + library("Spring WS", "4.0.4-SNAPSHOT") { group("org.springframework.ws") { imports = [ "spring-ws-bom"