Skip to content

Commit

Permalink
CDPD-68255: HDDS-10566. Bump commons-configuration2 to 2.10.1 (apache…
Browse files Browse the repository at this point in the history
…#6417)

(cherry picked from commit 4364ef7)

Also contains HDDS-10128

Change-Id: Ib40b786f395501fb1dbc8e438ef0f09ab5fd26c5
  • Loading branch information
dependabot[bot] authored and smengcl committed May 2, 2024
1 parent 3ce60cf commit e1d63b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions hadoop-hdds/hadoop-dependency-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>*</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<commons-codec.version>1.15</commons-codec.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-compress.version>1.21</commons-compress.version>
<commons-configuration2.version>2.1.1</commons-configuration2.version>
<commons-configuration2.version>2.10.1</commons-configuration2.version>
<zstd-jni.version>1.5.2-5</zstd-jni.version>
<commons-daemon.version>1.0.13</commons-daemon.version>
<commons-io.version>2.11.0</commons-io.version>
Expand All @@ -123,7 +123,7 @@
<commons-math3.version>3.1.1</commons-math3.version>
<commons-net.version>3.9.0</commons-net.version>
<commons-pool2.version>2.6.0</commons-pool2.version>
<commons-text.version>1.10.0</commons-text.version>
<commons-text.version>1.11.0</commons-text.version>
<commons-validator.version>1.6</commons-validator.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<download-maven-plugin.version>1.6.8</download-maven-plugin.version>
Expand Down

0 comments on commit e1d63b5

Please sign in to comment.