From 735f4225059d4a7a85a18551a3dacc2e03843b1d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:21:55 -0800 Subject: [PATCH] Upgrade to HttpCore 4.4.16 Closes gh-33593 --- 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 9c5b8886219f..8bdf32e49bbd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -414,7 +414,7 @@ bom { ] } } - library("HttpCore", "4.4.15") { + library("HttpCore", "4.4.16") { group("org.apache.httpcomponents") { modules = [ "httpcore",