From d22de1f567faf4c2362badf0787ab54b970cba25 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 4 Feb 2025 12:06:27 -0800 Subject: [PATCH] Upgrade to HttpClient5 5.4.2 Closes gh-44082 --- 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 a844587852..c2c55e0ebd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -598,7 +598,7 @@ bom { ] } } - library("HttpClient5", "5.4.1") { + library("HttpClient5", "5.4.2") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",