From fbaa740db19385dd2a45f3826c9975412734e3ec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 9 Jan 2026 11:21:09 +0000 Subject: [PATCH] Upgrade to HttpClient5 5.5.2 Closes gh-48784 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 343f7b24162..e296ff54702 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -649,7 +649,7 @@ bom { ] } } - library("HttpClient5", "5.5.1") { + library("HttpClient5", "5.5.2") { prohibit { contains "-alpha" contains "-beta"