Skip to content

Commit

Permalink
[deps] Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzhao committed Sep 18, 2023
1 parent 76c617d commit d928591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addax-rdbms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.9.0</version>
<version>${dbcp2.version}</version>
</dependency>

<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<cassandra.jdbc.version>3.11.0</cassandra.jdbc.version>
<clickhouse.jdbc.version>0.3.2</clickhouse.jdbc.version>
<databend.jdbc.version>0.1.0</databend.jdbc.version>
<dbcp2.version>2.10.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>
Expand Down

0 comments on commit d928591

Please sign in to comment.