Skip to content

Commit

Permalink
chore(deps): bump com.clickhouse:clickhouse-jdbc
Browse files Browse the repository at this point in the history
Bumps [com.clickhouse:clickhouse-jdbc](https://github.com/ClickHouse/clickhouse-java) from 0.7.1-patch1 to 0.7.2.
- [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.7.1-patch1...v0.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 8594ce2 commit 528b51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-jdbc-clickhouse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jar {
}

dependencies {
implementation 'com.clickhouse:clickhouse-jdbc:0.7.1-patch1'
implementation 'com.clickhouse:clickhouse-jdbc:0.7.1-patch1'
implementation 'com.clickhouse:clickhouse-jdbc:0.7.2'
implementation 'com.clickhouse:clickhouse-jdbc:0.7.2'
implementation 'org.lz4:lz4-java:1.8.0'

implementation project(':plugin-jdbc')
Expand Down

0 comments on commit 528b51f

Please sign in to comment.