From 5a641fd50e253154af52c496a62598b5d8fbdf0a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 08:22:19 +0100 Subject: [PATCH] Upgrade to HttpAsyncClient 4.1.5 Closes gh-29216 --- 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 8939f662d4..e81b393e44 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -491,7 +491,7 @@ bom { ] } } - library("HttpAsyncClient", "4.1.4") { + library("HttpAsyncClient", "4.1.5") { group("org.apache.httpcomponents") { modules = [ "httpasyncclient" {