From ed24d84728a659525ad39bd6f8fcf4205f392287 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:44:47 +0100 Subject: [PATCH] Upgrade to HttpCore5 5.2.3 Closes gh-37762 --- 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 40b91be705..57c1e7dcdf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -450,7 +450,7 @@ bom { ] } } - library("HttpCore5", "5.2.2") { + library("HttpCore5", "5.2.3") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",