From d9df42899e7e57dae7d9be00e5bd7e14a6ad1b19 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 13:38:53 -0700 Subject: [PATCH] Upgrade to HttpClient5 5.4.3 Closes gh-45108 --- 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 99db406953..88749c13ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -615,7 +615,7 @@ bom { ] } } - library("HttpClient5", "5.4.2") { + library("HttpClient5", "5.4.3") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",