Skip to content

Commit

Permalink
Bump commons-configuration2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Mar 26, 2024
1 parent 4ae4192 commit afa7ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/cqs.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ org.apache.arrow:arrow-vector 15.0.2 compile
org.apache.avro:avro 1.11.3 compile
org.apache.commons:commons-collections4 4.4 compile
org.apache.commons:commons-compress 1.26.0 compile
org.apache.commons:commons-configuration2 2.9.0 compile
org.apache.commons:commons-configuration2 2.10.1 compile
org.apache.commons:commons-crypto 1.1.0 compile
org.apache.commons:commons-csv 1.10.0 compile
org.apache.commons:commons-dbcp2 2.11.0 compile
Expand Down
2 changes: 1 addition & 1 deletion docs/user/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The following dependencies have been upgraded:
* commons-cli ``1.2`` -> ``1.6.0``
* commons-codec ``1.15`` -> ``1.16.0``
* commons-compress ``1.22`` -> ``1.26.0``
* commons-configuration2 ``2.5`` -> ``2.9.0``
* commons-configuration2 ``2.5`` -> ``2.10.1``
* commons-csv ``1.9.0`` -> ``1.10.0``
* commons-dbcp2 ``2.6.0`` -> ``2.11.0``
* commons-io ``2.8.0`` -> ``2.15.1``
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.9.0</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
Expand Down

0 comments on commit afa7ec1

Please sign in to comment.