From 9ed4086ac2c87849442962faa6b4e597f7c285ab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Mar 2022 17:11:06 +0100 Subject: [PATCH] Start building against Spring WS 3.1.3 snapshots See 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 43629036cf..11e7d5bee4 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.2") { + library("Spring WS", "3.1.3-SNAPSHOT") { group("org.springframework.ws") { modules = [ "spring-ws-core",