From 4d3af14a1a9261923621b159a0a1e795a54190db Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Jan 2022 18:05:24 +0000 Subject: [PATCH] Upgrade to Spring Web Services 4.0.0-M1 Closes gh-28648 --- 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 17aa15280a..07a6bcaa1a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1411,7 +1411,7 @@ bom { ] } } - library("Spring WS", "4.0.0-SNAPSHOT") { + library("Spring WS", "4.0.0-M1") { group("org.springframework.ws") { modules = [ "spring-ws-core",