From fc69be302aa14a8c0612731729ea6808bfa9f0ba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 15:03:57 +0100 Subject: [PATCH] Upgrade to HttpClient5 5.1.2 Closes gh-28719 --- 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 bdd1c464bda7..95e45f252da2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -502,7 +502,7 @@ bom { ] } } - library("HttpClient5", "5.1.1") { + library("HttpClient5", "5.1.2") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5",