From 9f55d5de186517a3e033f5a93af19d84f4edfab7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 11 May 2023 18:14:35 +0100 Subject: [PATCH] Revert "Start building against Spring WS 3.1.7 snapshots" This reverts commit 2b03e51a192d0c8ac8e1698911356f4db3619e31. See gh-35295 --- 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 da4dbe88610..8fb36a890a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1854,7 +1854,7 @@ bom { ] } } - library("Spring WS", "3.1.7-SNAPSHOT") { + library("Spring WS", "3.1.6") { prohibit { versionRange "[4.0.0-M1,)" because "it uses Spring Framework 6"