From 06c574e291983d3b9d3894d612c876efb25eb439 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Oct 2021 09:48:51 +0200 Subject: [PATCH] Upgrade to HttpCore5 5.1.2 Closes gh-28318 --- 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 79a73957e2..5ebdfcf363 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -513,7 +513,7 @@ bom { ] } } - library("HttpCore5", "5.1.1") { + library("HttpCore5", "5.1.2") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",