From 97489660fabb436191142b3547fcd68b30c80bc4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 12:36:17 +0100 Subject: [PATCH] Upgrade to HttpCore5 5.2.5 Closes gh-41389 --- 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 9c9a385ddb..347414423c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -607,7 +607,7 @@ bom { ] } } - library("HttpCore5", "5.2.4") { + library("HttpCore5", "5.2.5") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",