File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ applyJavaNature(
2727description = " Apache Beam :: IT :: ClickHouse"
2828ext. summary = " Integration test utilities for ClickHouse."
2929
30- def clickhouse_jdbc_version = " 0.6.4 "
30+ def clickhouse_java_client_version = " 0.9.6 "
3131
3232dependencies {
3333 implementation project(path : " :it:common" )
@@ -38,7 +38,8 @@ dependencies {
3838 testImplementation ' org.junit.jupiter:junit-jupiter'
3939 implementation library. java. testcontainers_base
4040 implementation library. java. testcontainers_clickhouse
41- implementation " com.clickhouse:clickhouse-jdbc:$clickhouse_jdbc_version :all"
41+ implementation " com.clickhouse:client-v2:$clickhouse_java_client_version :all"
42+ runtimeOnly " com.clickhouse:clickhouse-jdbc:$clickhouse_java_client_version :all"
4243
4344 testImplementation(library. java. truth)
4445 testImplementation ' junit:junit:4.13.2'
@@ -49,6 +50,6 @@ dependencies {
4950 testImplementation library. java. commons_lang3
5051 testRuntimeOnly library. java. slf4j_simple
5152
52- permitUnusedDeclared " com.clickhouse:clickhouse-jdbc: $c lickhouse_jdbc_version :all"
53+ permitUnusedDeclared " com.clickhouse:client-v2: $c lickhouse_java_client_version :all"
5354
5455}
You can’t perform that action at this time.
0 commit comments