From 98b48c106916af663dc80038b4f3ce556a294770 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 May 2021 12:44:27 +0200 Subject: [PATCH] Start building against Spring WS 3.1.0 snapshots See 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 68999e00791..880d2c62aca 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-RC1") { + library("Spring WS", "3.1.0-SNAPSHOT") { group("org.springframework.ws") { modules = [ "spring-ws-core",