Skip to content

Commit

Permalink
[update][3rd] Bump multiple 3rd-party deps to updated version
Browse files Browse the repository at this point in the history
Bump com.databend:databend-jdbc from 0.1.2 to 0.1.4
Bump com.sap.cloud.db.jdbc:ngdbc from 2.18.16 to 2.19.11
Bump com.influxdb:influxdb-client-java from 6.10.0 to 6.11.0
  • Loading branch information
wgzhao committed Dec 8, 2023
1 parent 00c5355 commit 97e4c0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin/reader/hanareader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.sap.cloud.db.jdbc</groupId>
<artifactId>ngdbc</artifactId>
<version>2.18.16</version>
<version>${ngdbc.version}</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin/writer/hanawriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.sap.cloud.db.jdbc</groupId>
<artifactId>ngdbc</artifactId>
<version>2.18.16</version>
<version>${ngdbc.version}</version>
</dependency>
</dependencies>
<build>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
<httpmime.version>4.5.14</httpmime.version>
<influxdb.client.version>6.10.0</influxdb.client.version>
<influxdb.client.version>6.11.0</influxdb.client.version>
<logback.version>1.3.12</logback.version>
<jansi.version>2.4.1</jansi.version>
<javacsv.version>2.0</javacsv.version>
Expand Down Expand Up @@ -95,14 +95,15 @@
<!-- 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.3</databend.jdbc.version>
<databend.jdbc.version>0.1.4</databend.jdbc.version>
<dbcp2.version>2.11.0</dbcp2.version>
<hive.jdbc.version>3.1.3</hive.jdbc.version>
<influxdbClient.version>2.23</influxdbClient.version>
<hadoop.version>3.2.4</hadoop.version>
<mongodb.jdbc.version>3.12.14</mongodb.jdbc.version>
<mysql.jdbc.version>8.0.28</mysql.jdbc.version>
<mssql.jdbc.version>9.2.1.jre8</mssql.jdbc.version>
<ngdbc.version>2.19.11</ngdbc.version>
<oracle.jdbc.version>19.7.0.0</oracle.jdbc.version>
<phoenix1.version>4.14.3-HBase-1.4</phoenix1.version>
<phoenix2.version>5.1.3</phoenix2.version>
Expand Down

0 comments on commit 97e4c0b

Please sign in to comment.