From e0cd4f4291fa59d0a2b6b224c9028de32b02d8c3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 4 Feb 2025 12:06:31 -0800 Subject: [PATCH] Upgrade to HttpCore5 5.3.3 Closes gh-44083 --- 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 c2c55e0ebd..d2aa32be93 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -615,7 +615,7 @@ bom { ] } } - library("HttpCore5", "5.3.2") { + library("HttpCore5", "5.3.3") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",