From baff7a5c6424c00077e8723ff1d9d8141ed2d893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 13 Sep 2024 14:33:37 +0200 Subject: [PATCH] Upgrade to HttpCore5 5.3 Closes gh-42297 --- 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 21076d05c2..f556aaaa1e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -593,7 +593,7 @@ bom { ] } } - library("HttpCore5", "5.2.5") { + library("HttpCore5", "5.3") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",