From 46f17d8a50270962a2b064e32f8328159c7de70e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 08:22:21 +0100 Subject: [PATCH] Upgrade to HttpCore 4.4.15 Closes gh-29217 --- 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 e81b393e44..720a1fcd84 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -524,7 +524,7 @@ bom { ] } } - library("HttpCore", "4.4.14") { + library("HttpCore", "4.4.15") { group("org.apache.httpcomponents") { modules = [ "httpcore",