Skip to content

Commit

Permalink
Bump clickhouse.driver.version from 0.3.2-patch11 to 0.6.5
Browse files Browse the repository at this point in the history
Bumps `clickhouse.driver.version` from 0.3.2-patch11 to 0.6.5.

Updates `com.clickhouse:clickhouse-jdbc` from 0.3.2-patch11 to 0.6.5
- [Release notes](https://github.com/ClickHouse/clickhouse-java/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-java@v0.3.2-patch11...v0.6.5)

Updates `com.clickhouse:clickhouse-http-client` from 0.3.2-patch11 to 0.6.5
- [Release notes](https://github.com/ClickHouse/clickhouse-java/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-java@v0.3.2-patch11...v0.6.5)

---
updated-dependencies:
- dependency-name: com.clickhouse:clickhouse-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.clickhouse:clickhouse-http-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent cf39924 commit 09ad67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.14.0</quarkus.version>
<clickhouse.driver.version>0.3.2-patch11</clickhouse.driver.version>
<clickhouse.driver.version>0.6.5</clickhouse.driver.version>
<testcontainers.clickhouse.version>1.19.3</testcontainers.clickhouse.version>
<repackaged.version>1.7.0</repackaged.version>
</properties>
Expand Down

0 comments on commit 09ad67f

Please sign in to comment.