From 5c8ed944cadfed761094b71ea648d22e2abd6151 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Jun 2023 15:23:57 -0700 Subject: [PATCH] Start building against Spring WS 4.0.5 snapshots See gh-36010 --- 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 8850cf86ed1e..03733aec100a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1438,7 +1438,7 @@ bom { ] } } - library("Spring WS", "4.0.4") { + library("Spring WS", "4.0.5-SNAPSHOT") { group("org.springframework.ws") { imports = [ "spring-ws-bom"