This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5139ca67b64 Sync clickhouse resource manager client version with IO 
(#37918)
5139ca67b64 is described below

commit 5139ca67b64d4f8449e1493fa226e33aa378b5ba
Author: Yi Hu <[email protected]>
AuthorDate: Mon Mar 23 13:19:36 2026 -0400

    Sync clickhouse resource manager client version with IO (#37918)
---
 it/clickhouse/build.gradle | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/it/clickhouse/build.gradle b/it/clickhouse/build.gradle
index 6dbd14a98e2..858d0dea920 100644
--- a/it/clickhouse/build.gradle
+++ b/it/clickhouse/build.gradle
@@ -27,7 +27,7 @@ applyJavaNature(
 description = "Apache Beam :: IT :: ClickHouse"
 ext.summary = "Integration test utilities for ClickHouse."
 
-def clickhouse_jdbc_version = "0.6.4"
+def clickhouse_java_client_version = "0.9.6"
 
 dependencies {
     implementation project(path: ":it:common")
@@ -38,7 +38,8 @@ dependencies {
     testImplementation 'org.junit.jupiter:junit-jupiter'
     implementation library.java.testcontainers_base
     implementation library.java.testcontainers_clickhouse
-    implementation 
"com.clickhouse:clickhouse-jdbc:$clickhouse_jdbc_version:all"
+    implementation 
"com.clickhouse:client-v2:$clickhouse_java_client_version:all"
+    runtimeOnly 
"com.clickhouse:clickhouse-jdbc:$clickhouse_java_client_version:all"
 
     testImplementation(library.java.truth)
     testImplementation 'junit:junit:4.13.2'
@@ -49,6 +50,6 @@ dependencies {
     testImplementation library.java.commons_lang3
     testRuntimeOnly library.java.slf4j_simple
 
-    permitUnusedDeclared 
"com.clickhouse:clickhouse-jdbc:$clickhouse_jdbc_version:all"
+    permitUnusedDeclared 
"com.clickhouse:client-v2:$clickhouse_java_client_version:all"
 
 }
\ No newline at end of file

Reply via email to