From a5f9e3912f257b180086c9180bc8ed7122f89728 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 May 2021 17:19:57 +0200 Subject: [PATCH] Upgrade to Spring WS 3.1.1 Closes gh-26390 --- 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 64eb1cc415..14eef8a77e 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.1") { group("org.springframework.ws") { modules = [ "spring-ws-core",