From 2815e83096df7f2a5f6920b87c82df04a6464593 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:28:58 +0200 Subject: [PATCH] Upgrade to HttpCore5 5.2.2 Closes gh-35995 --- 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 3c0cbaf8fb..5728dcf17f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -444,7 +444,7 @@ bom { ] } } - library("HttpCore5", "5.2.1") { + library("HttpCore5", "5.2.2") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",