From 8ba6e85e201b17dab742455cf04b860848bb291c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:18:29 +0000 Subject: [PATCH] Upgrade to HttpCore5 5.2.1 Closes gh-34087 --- 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 8ff05447005..120719a19a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -408,7 +408,7 @@ bom { ] } } - library("HttpCore5", "5.1.5") { + library("HttpCore5", "5.2.1") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",