From f7af1bab5ba732b21763028f200e6dc70622bcb1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Jun 2023 23:40:28 -0700 Subject: [PATCH] Upgrade to Spring WS 4.0.5 Closes gh-36010 --- 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 03733aec100a..072be7fc2011 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1438,7 +1438,7 @@ bom { ] } } - library("Spring WS", "4.0.5-SNAPSHOT") { + library("Spring WS", "4.0.5") { group("org.springframework.ws") { imports = [ "spring-ws-bom"