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