From 20150508ca5a71c8dfe7e0c5a67d15d27f432763 Mon Sep 17 00:00:00 2001 From: Cas Donoghue Date: Mon, 4 May 2026 04:58:16 -0700 Subject: [PATCH] Adopt latest patch release for http client (#1227) This commit updates the `org.apache.httpcomponents.client5` dep to get the latest bug fixes. Release notes: https://github.com/apache/httpcomponents-client/blob/rel/v5.6.1/RELEASE_NOTES.txt Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com> --- rest5-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest5-client/build.gradle.kts b/rest5-client/build.gradle.kts index 13a2b6ed6..96c1ba330 100644 --- a/rest5-client/build.gradle.kts +++ b/rest5-client/build.gradle.kts @@ -140,7 +140,7 @@ signing { dependencies { // Apache 2.0 // https://hc.apache.org/httpcomponents-client-ga/ - api("org.apache.httpcomponents.client5","httpclient5","5.6") + api("org.apache.httpcomponents.client5","httpclient5","5.6.1") // Apache 2.0 // http://commons.apache.org/logging/