From 8ac97d6d3ebdeeab6109c448db73f457593681ed Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:23:53 +0000 Subject: [PATCH] Upgrade to HttpClient 4.5.12 Closes gh-20449 --- 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 26e299cec3..d7ccca93ab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -499,7 +499,7 @@ bom { ] } } - library("HttpClient", "4.5.11") { + library("HttpClient", "4.5.12") { group("org.apache.httpcomponents") { modules = [ "fluent-hc",