From 01647600ff302f5e3016ee625eef9fe222de45a8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:26:48 +0100 Subject: [PATCH] Upgrade to HttpClient 4.5.14 Closes gh-35471 --- 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 0557446a0e..2b11486943 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -485,7 +485,7 @@ bom { ] } } - library("HttpClient", "4.5.13") { + library("HttpClient", "4.5.14") { group("org.apache.httpcomponents") { modules = [ "fluent-hc",