From b993fd2a9e7d8d259189417e8b8bc9c990e8566d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:53:59 +0200 Subject: [PATCH] Upgrade to HttpClient5 5.1 Closes gh-27262 --- 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 dcac01d521..2bcd6df381 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.4") { + library("HttpClient5", "5.1") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",