From 21c7df9e499d485fe3da94d2b7b7ea64551c9146 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 19:06:38 +0000 Subject: [PATCH] Upgrade to Spring WS 3.1.0-M2 Closes gh-25694 --- 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 58999569ec..8bdf38f345 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.1.0-M1") { + library("Spring WS", "3.1.0-M2") { group("org.springframework.ws") { modules = [ "spring-ws-core",