From 9eeae227b02b7caa99b459675e31175a479f4b51 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:23 +0100 Subject: [PATCH] Upgrade to HttpCore 4.4.14 Closes gh-24373 --- 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 69c98222cd5..cad2ac2d1fc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -486,7 +486,7 @@ bom { ] } } - library("HttpCore", "4.4.13") { + library("HttpCore", "4.4.14") { group("org.apache.httpcomponents") { modules = [ "httpcore",