Skip to content

Commit

Permalink
HADOOP-19123. Update to commons-configuration2 2.10.1 due to CVE (apa…
Browse files Browse the repository at this point in the history
…che#6661). Contributed by PJ Fanning

Reviewed-by: Shilun Fan <[email protected]>
Signed-off-by: Ayush Saxena <[email protected]>
  • Loading branch information
pjfanning authored and ayushtkn committed Apr 2, 2024
1 parent 19b3d68 commit ca4599b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ net.minidev:accessors-smart:1.2
org.apache.avro:avro:1.9.2
org.apache.commons:commons-collections4:4.2
org.apache.commons:commons-compress:1.24.0
org.apache.commons:commons-configuration2:2.8.0
org.apache.commons:commons-configuration2:2.10.1
org.apache.commons:commons-csv:1.9.0
org.apache.commons:commons-digester:1.8.1
org.apache.commons:commons-lang3:3.12.0
Expand Down
2 changes: 1 addition & 1 deletion hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.8.0</version>
<version>2.10.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit ca4599b

Please sign in to comment.