Skip to content

Commit

Permalink
[fix]: upgrade clickhouse jdbc version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradJam authored and itinycheng committed Aug 29, 2024
1 parent 7e34551 commit 9583f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ limitations under the License.
<version>1.1.0</version>
</parent>

<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-clickhouse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>

Expand Down Expand Up @@ -61,7 +60,7 @@ limitations under the License.
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<junit.version>4.13.2</junit.version>
<clickhouse-jdbc.version>0.6.1</clickhouse-jdbc.version>
<clickhouse-jdbc.version>0.6.4</clickhouse-jdbc.version>
<scala.binary.version>2.12</scala.binary.version>
<flink.version>1.19.0</flink.version>
<flink.scope>provided</flink.scope>
Expand Down

0 comments on commit 9583f2d

Please sign in to comment.