From fe1560819e099ade7e684149750e05d11262c014 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:15 +0000 Subject: [PATCH] Upgrade to HttpClient 4.5.13 Closes gh-23872 --- 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 d35bfb15f4..f39e260aab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -469,7 +469,7 @@ bom { ] } } - library("HttpClient", "4.5.12") { + library("HttpClient", "4.5.13") { group("org.apache.httpcomponents") { modules = [ "fluent-hc",