From 127fc89797adad0eb65434aec35cee0e940e3fec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 13:55:53 +0100 Subject: [PATCH] Upgrade to HttpCore5 5.1.5 Closes gh-33188 --- 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 54a4c27a741b..624957f2e4dd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -422,7 +422,7 @@ bom { ] } } - library("HttpCore5", "5.1.4") { + library("HttpCore5", "5.1.5") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5",