From 984481e150337df69023f617dd190685c1a43f0b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:29:05 +0200 Subject: [PATCH] Start building against Spring WS 4.0.4 snapshots See gh-35304 --- 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 21e8d4d67c..e6b45e6ad7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1434,7 +1434,7 @@ bom { ] } } - library("Spring WS", "4.0.3") { + library("Spring WS", "4.0.4-SNAPSHOT") { group("org.springframework.ws") { imports = [ "spring-ws-bom"