From 23e02cada12a6c22621a0323708cc74694068a0b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:18 +0100 Subject: [PATCH] Upgrade to HttpCore5 5.1.1 Closes gh-26541 --- 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 b36c9c63d0..95dc27cbb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -504,7 +504,7 @@ bom { ] } } - library("HttpCore5", "5.1") { + library("HttpCore5", "5.1.1") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",