From 0c32427f70548463ff90a0d3dd417ce91f92df33 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 13:38:53 -0700 Subject: [PATCH] Upgrade to HttpCore5 5.3.4 Closes gh-45109 --- 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 88749c13ad4..7630ee25bd0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -632,7 +632,7 @@ bom { ] } } - library("HttpCore5", "5.3.3") { + library("HttpCore5", "5.3.4") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",