From 73416ee0e3f53b98d2bc02d25541441027775bef Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:06 +0100 Subject: [PATCH] Upgrade to HttpCore5 5.2.5 Closes gh-41364 --- 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 e21bff5acb2..69b3d6dd276 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -461,7 +461,7 @@ bom { ] } } - library("HttpCore5", "5.2.4") { + library("HttpCore5", "5.2.5") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",