From 96e4cbbe04bfa123e0af76248653358592558ddd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 13:15:59 +0100 Subject: [PATCH] Upgrade to HttpClient5 5.1.3 Closes gh-29790 --- 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 4de5dbad451..b901899325b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -504,7 +504,7 @@ bom { ] } } - library("HttpClient5", "5.1.2") { + library("HttpClient5", "5.1.3") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",