From ec81c6650ce904359906d801b74e1f01501d3693 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 14:10:45 +0000 Subject: [PATCH] Upgrade to HttpCore5 5.2.4 Closes gh-38784 --- 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 4e61ceaded..4dd785bb66 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.3") { + library("HttpCore5", "5.2.4") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",