From 8318a068e1776fb97666a71ecbdc6d2523516101 Mon Sep 17 00:00:00 2001
From: Polyglot AI <293096396+polyglotAI-bot@users.noreply.github.com>
Date: Wed, 26 Aug 2026 19:54:40 +0000
Subject: [PATCH] build(deps): upgrade httpclient5 from 5.4.4 to 5.6.4
Bumps the shared apache.httpclient.version property, which pins
org.apache.httpcomponents.client5:httpclient5 in client-v2 and
clickhouse-http-client, to 5.6.4 to pick up the fixes of the newer
5.x releases, including known vulnerabilities.
Fixes: https://github.com/ClickHouse/clickhouse-java/issues/3078
---
CHANGELOG.md | 6 ++++++
pom.xml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6efa8ac4c..1a41e812d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -295,6 +295,12 @@
backtick-quoted `INSERT` column-name component before the by-name server-schema lookup, matching how the
table and database identifiers are already handled. (https://github.com/ClickHouse/clickhouse-java/issues/2896)
+### Updated Dependencies
+
+- **[repo]** Upgraded `org.apache.httpcomponents.client5:httpclient5` from `5.4.4` to `5.6.4` in `client-v2` and
+ `clickhouse-http-client` to pick up the fixes of the newer 5.x releases, including known vulnerabilities.
+ (https://github.com/ClickHouse/clickhouse-java/issues/3078)
+
### Docs & Examples
- **[examples]** Converted the remaining Gradle-based example projects (`client-v2-apache-arrow`, `demo-service`,
diff --git a/pom.xml b/pom.xml
index 15d4212be..997034129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
UTF-8
6.0.53
- 5.4.4
+ 5.6.4
12.0.1
9.7
1.11.4