From 4096a85825257fa28bce47aae5ebde5cd053f87b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:43 +0000 Subject: [PATCH] Upgrade to Spring WS 3.1.0-M1 Closes gh-25685 --- 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 c729345458b..d8c29b4feac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring WS", "3.0.10.RELEASE") { + library("Spring WS", "3.1.0-M1") { group("org.springframework.ws") { modules = [ "spring-ws-core",