diff --git a/flink-connector-clickhouse-e2e-test/src/test/java/org/apache/flink/connector/clickhouse/FlinkContainerTestEnviroment.java b/flink-connector-clickhouse-e2e-test/src/test/java/org/apache/flink/connector/clickhouse/FlinkContainerTestEnviroment.java index 13d09ee..9a65064 100644 --- a/flink-connector-clickhouse-e2e-test/src/test/java/org/apache/flink/connector/clickhouse/FlinkContainerTestEnviroment.java +++ b/flink-connector-clickhouse-e2e-test/src/test/java/org/apache/flink/connector/clickhouse/FlinkContainerTestEnviroment.java @@ -66,7 +66,7 @@ public class FlinkContainerTestEnviroment { public static final Path SQL_CONNECTOR_CLICKHOUSE_JAR = ResourceTestUtils.getResource("flink-connector-clickhouse-1.0.0-SNAPSHOT.jar"); public static final Path CLICKHOUSE_JDBC_JAR = - ResourceTestUtils.getResource("clickhouse-jdbc-0.6.1.jar"); + ResourceTestUtils.getResource("clickhouse-jdbc-0.6.4.jar"); public static final Path HTTPCORE_JAR = ResourceTestUtils.getResource("httpcore5-5.2.jar"); public static final Path HTTPCLIENT_JAR = ResourceTestUtils.getResource("httpclient5-5.2.1.jar"); diff --git a/pom.xml b/pom.xml index c1aeee3..147df00 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,6 @@ limitations under the License. 1.1.0 - org.apache.flink flink-connector-clickhouse-parent 1.0.0-SNAPSHOT @@ -61,7 +60,7 @@ limitations under the License. 8 8 4.13.2 - 0.6.1 + 0.6.4 2.12 1.19.0 provided