From ebb7a547af3fca9c58ee25bd208d4f0ff8e74b01 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:40 +0000 Subject: [PATCH] Upgrade to Spring WS 3.1.8 Closes gh-38284 --- 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 5ce96860c4a..32b68185ccd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1868,7 +1868,7 @@ bom { ] } } - library("Spring WS", "3.1.8-SNAPSHOT") { + library("Spring WS", "3.1.8") { considerSnapshots() prohibit { versionRange "[4.0.0-M1,)"