From d7ee9a5b15b884d822c30f170335d6aabec90ad7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:20:51 +0100 Subject: [PATCH] Upgrade to HttpCore 4.4.14 Closes gh-24387 --- 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 9b64fdef7628..0178d393a6bc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -471,7 +471,7 @@ bom { ] } } - library("HttpCore", "4.4.13") { + library("HttpCore", "4.4.14") { group("org.apache.httpcomponents") { modules = [ "httpcore",