From f558ceda9a27b898e91a5ee3178dbaca009e686b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Apr 2021 08:49:08 +0200 Subject: [PATCH] Upgrade to Spring WS 3.1.0-RC1 Closes gh-25933 --- 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 48c0f988dd2..3dae845d642 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1723,7 +1723,7 @@ bom { ] } } - library("Spring WS", "3.1.0-SNAPSHOT") { + library("Spring WS", "3.1.0-RC1") { group("org.springframework.ws") { modules = [ "spring-ws-core",