From 60112e7d90fde31240b43103b3b5a5f2d1222281 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Oct 2022 21:40:25 +0100 Subject: [PATCH] Upgrade to Spring WS 4.0.0-RC1 Closes gh-32621 --- 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 faf1ce062d..2bc78fcf03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1504,7 +1504,7 @@ bom { ] } } - library("Spring WS", "4.0.0-SNAPSHOT") { + library("Spring WS", "4.0.0-RC1") { group("org.springframework.ws") { modules = [ "spring-ws-core",