Skip to content

Commit

Permalink
Bump com.databend:databend-jdbc from 0.1.2 to 0.2.7
Browse files Browse the repository at this point in the history
Bumps [com.databend:databend-jdbc](https://github.com/databendcloud/databend-jdbc) from 0.1.2 to 0.2.7.
- [Release notes](https://github.com/databendcloud/databend-jdbc/releases)
- [Commits](databendlabs/databend-jdbc@v0.1.2...v0.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 821bc0e commit 4f5bf58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/writer/databendwriter/pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.databend</groupId>
<artifactId>databend-jdbc</artifactId>
<version>0.1.2</version>
<version>0.2.7</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<!-- jdbc driver version -->
<cassandra.jdbc.version>3.11.0</cassandra.jdbc.version>
<clickhouse.jdbc.version>0.3.2</clickhouse.jdbc.version>
<databend.jdbc.version>0.1.9</databend.jdbc.version>
<databend.jdbc.version>0.2.7</databend.jdbc.version>
<dbcp2.version>2.11.0</dbcp2.version>
<hive.jdbc.version>3.1.3</hive.jdbc.version>
<influxdbClient.version>2.24</influxdbClient.version>
Expand Down

0 comments on commit 4f5bf58

Please sign in to comment.