From 7cccb52e1e5450b696c8376b4a6ed90b98a646b5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 16:05:57 +0000 Subject: [PATCH] Start building against Spring WS 4.0.2 snapshots See gh-34156 --- 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 ccdeb30942..9b7308d744 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1435,7 +1435,7 @@ bom { ] } } - library("Spring WS", "4.0.1") { + library("Spring WS", "4.0.2-SNAPSHOT") { group("org.springframework.ws") { imports = [ "spring-ws-bom"