From 4805159156b17832d5d00cdcae30614599b12337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Aug 2026 16:57:49 +0200 Subject: [PATCH] Upgrade to HttpClient5 5.6.4 Closes gh-51336 --- 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 191eff2d799..7b34d815cc8 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -720,7 +720,7 @@ bom { ] } } - library("HttpClient5", "5.6.3") { + library("HttpClient5", "5.6.4") { prohibit { contains "-alpha" contains "-beta"