From a78e50bcc39c02d249a9834b0a2afed0e6787007 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:17 +0100 Subject: [PATCH] Upgrade to HttpClient5 5.0.4 Closes gh-26540 --- 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 80af403ba0a..b36c9c63d07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -486,7 +486,7 @@ bom { ] } } - library("HttpClient5", "5.0.3") { + library("HttpClient5", "5.0.4") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",