From 4b17214e21ef44c8afc91bad1a004924a5d6eeb8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Mar 2022 20:18:05 +0000 Subject: [PATCH] Upgrade to Spring WS 3.1.3 Closes gh-30174 --- 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 7d4d52ad0f..b2569cd7ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1793,7 +1793,7 @@ bom { ] } } - library("Spring WS", "3.1.3-SNAPSHOT") { + library("Spring WS", "3.1.3") { group("org.springframework.ws") { modules = [ "spring-ws-core",