From 555a3a79cb72e811bf7c43d02f54946d04fa1b6f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 09:00:10 +0200 Subject: [PATCH] Start building against Spring WS 3.1.0-RC1 snapshots See gh-25933 --- 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 583f48ad0c..97eac6d897 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring WS", "3.1.0-M2") { + library("Spring WS", "3.1.0-SNAPSHOT") { group("org.springframework.ws") { modules = [ "spring-ws-core",