Skip to content

Commit

Permalink
Merge pull request #1719 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 f4764cd + 665bb26 commit 5b30ff5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
MYSQL_ROOT_PASSWORD: root
hostname: mariadb
clickhouse:
image: clickhouse/clickhouse-server:23.4.2.11-alpine
image: clickhouse/clickhouse-server:24.5.1-alpine
ports:
- "8123"
- "9000"
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<sirius.kernel>dev-42.9.0</sirius.kernel>
<sirius.web>dev-79.2.0</sirius.web>
<sirius.db>dev-57.5.0</sirius.db>
<sirius.db>dev-57.7.0</sirius.db>
</properties>

<repositories>
Expand Down Expand Up @@ -54,7 +54,12 @@
<dependency>
<groupId>com.clickhouse</groupId>
<artifactId>clickhouse-jdbc</artifactId>
<version>0.3.2-patch11</version>
<version>0.6.0-patch5</version>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.8.0</version>
</dependency>
<!-- Included as the version provided by clickhouse has security issues -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
MYSQL_ROOT_PASSWORD: root
hostname: mariadb
clickhouse:
image: clickhouse/clickhouse-server:23.4.2.11-alpine
image: clickhouse/clickhouse-server:24.5.1-alpine
ports:
- "8123"
- "9000"
Expand Down

0 comments on commit 5b30ff5

Please sign in to comment.