From 1a4d0b2d9cd89cf8ef85f5bf02e12f395ee7a759 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:10:57 +0200 Subject: [PATCH] Upgrade to HttpCore5 5.1.4 Closes gh-31739 --- 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 be858cd33bd4..bd1396c970b8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -558,7 +558,7 @@ bom { ] } } - library("HttpCore5", "5.1.3") { + library("HttpCore5", "5.1.4") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",