From 1f527c315e9a8c7e6f81b071660d202b471002c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Sep 2023 09:20:19 +0200 Subject: [PATCH] Upgrade to Spring WS 3.1.7 Closes gh-37415 --- 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 5ce7d997686c..41ccd161e22d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1876,7 +1876,7 @@ bom { ] } } - library("Spring WS", "3.1.7-SNAPSHOT") { + library("Spring WS", "3.1.7") { considerSnapshots() prohibit { versionRange "[4.0.0-M1,)"