From b39f4d7d85e42b498ae71803cda82a8655c1722f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Nov 2022 06:12:51 +0100 Subject: [PATCH] Upgrade to HttpClient5 5.1.4 Closes gh-33323 --- 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 74f41b79d314..61a5be9e7b23 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -543,7 +543,7 @@ bom { ] } } - library("HttpClient5", "5.1.3") { + library("HttpClient5", "5.1.4") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",