From 98cdb3aab9eb8dfc80d233ff0d53d096ca9db44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 8 Sep 2025 09:15:19 +0200 Subject: [PATCH] Upgrade to HttpCore5 5.3.5 Closes gh-47108 --- 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 2ff7b77fae9..545c6198d16 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -675,7 +675,7 @@ bom { ] } } - library("HttpCore5", "5.3.4") { + library("HttpCore5", "5.3.5") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",