From c6330c8c85b6c293a006e80f68ccdd3b412677a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 13:05:17 +0200 Subject: [PATCH] Upgrade to HttpClient5 5.4.4 Closes gh-45455 --- 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 a7cfc42e22..cbc3f969f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -600,7 +600,7 @@ bom { ] } } - library("HttpClient5", "5.4.3") { + library("HttpClient5", "5.4.4") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",