From c3e3bfcf7476123b038bdec20c572293304db893 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2023 11:42:33 +0200 Subject: [PATCH] Start building against Spring WS 4.0.3 snapshots See gh-34953 --- 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 1955c37391..9e5f0eb518 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.2") { + library("Spring WS", "4.0.3-SNAPSHOT") { group("org.springframework.ws") { imports = [ "spring-ws-bom"