From 9a78fb38c23161c02124d0bfb73a5dc3d1d1b6eb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:13:31 +0100 Subject: [PATCH] Upgrade to HttpCore5 5.2.3 Closes gh-37775 --- 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 b866abf789..2ff6f6b928 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -455,7 +455,7 @@ bom { ] } } - library("HttpCore5", "5.2.2") { + library("HttpCore5", "5.2.3") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",