From 15c2eb9c9cbe64ae2213f4571bb51464b47195c4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 12 Mar 2022 11:52:36 +0100 Subject: [PATCH] Start building against Spring WS 3.1.3 snapshots See gh-30182 --- 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 5c1ebadfeb..d9afee1673 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1772,7 +1772,7 @@ bom { ] } } - library("Spring WS", "3.1.2") { + library("Spring WS", "3.1.3-SNAPSHOT") { group("org.springframework.ws") { modules = [ "spring-ws-core",