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 committed Aug 28, 2024
1 parent 7e34551 commit 9c1466c
Showing 1 changed file with 1 addition and 2 deletions.
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 9c1466c

Please sign in to comment.