From e3c36522f95c6ce114533e315c0366e25a14f5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:06:10 +0100 Subject: [PATCH] Upgrade to HttpCore5 5.3.2 Closes gh-43792 --- 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 823a444cffb..21062b9807a 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.1") { + library("HttpCore5", "5.3.2") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",