From 92ed0dc61e322946e8ff9be01b31f373fbed6391 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Nov 2022 06:08:49 +0100 Subject: [PATCH] Upgrade to HttpClient5 5.1.4 Closes gh-33320 --- 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 7b0ff4f5a77..95cea31ba2c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -512,7 +512,7 @@ bom { ] } } - library("HttpClient5", "5.1.3") { + library("HttpClient5", "5.1.4") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",