From a40599dce5089697cb4f330a8d57ce0f0ae53ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 11 Nov 2024 08:17:57 +0900 Subject: [PATCH] Upgrade to HttpClient5 5.4.1 Closes gh-43102 --- 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 297731b2ea1..620bb9be464 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -583,7 +583,7 @@ bom { ] } } - library("HttpClient5", "5.4") { + library("HttpClient5", "5.4.1") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",