From 82518a310c97b56da6834b413749195d2e02140a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:29:54 +0200 Subject: [PATCH] Upgrade to HttpClient 4.5.13 Closes gh-23649 --- 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 2e0e3889cc..8c1d80adc8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -454,7 +454,7 @@ bom { ] } } - library("HttpClient", "4.5.12") { + library("HttpClient", "4.5.13") { group("org.apache.httpcomponents") { modules = [ "fluent-hc",