Skip to content

Commit

Permalink
Merge pull request #569 from scireum/dependabot/maven/com.clickhouse-…
Browse files Browse the repository at this point in the history
…clickhouse-jdbc-0.4.6

Bump clickhouse-jdbc from 0.3.2-patch11 to 0.6.0-patch5
  • Loading branch information
idlira authored Jun 4, 2024
2 parents 6a27652 + e92f805 commit c30a0bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@
<dependency>
<groupId>com.clickhouse</groupId>
<artifactId>clickhouse-jdbc</artifactId>
<version>0.3.2-patch11</version>
<version>0.6.0-patch5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.8.0</version>
<scope>test</scope>
</dependency>
<!-- Required as the version brought by clickhouse-jdbc contains security issues -->
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
MYSQL_ROOT_PASSWORD: root
hostname: mysql
clickhouse:
image: clickhouse/clickhouse-server:22.5-alpine
image: clickhouse/clickhouse-server:24.5.1-alpine
ports:
- "8123"
- "9000"
Expand Down

0 comments on commit c30a0bf

Please sign in to comment.