From f3201880236e8ad30aa6b0c170d7ce705599c68a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 17:07:36 +0000 Subject: [PATCH] Upgrade to HttpClient5 5.2.3 Closes gh-38800 --- 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 fdcbe392b87d..0b1e57e2725a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -438,7 +438,7 @@ bom { ] } } - library("HttpClient5", "5.2.1") { + library("HttpClient5", "5.2.3") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",