From b33a99ce15b0b3a30a1314b175e66b4d204b1932 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Nov 2021 07:29:37 +0100 Subject: [PATCH] Upgrade to HttpClient5 5.1.1 Closes gh-28575 --- 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 145b3bdcda2d..b07e1ffa7b3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -495,7 +495,7 @@ bom { ] } } - library("HttpClient5", "5.1") { + library("HttpClient5", "5.1.1") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",