This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new ca4599b3d8bb HADOOP-19123. Update to commons-configuration2 2.10.1 due to CVE (#6661). Contributed by PJ Fanning ca4599b3d8bb is described below commit ca4599b3d8bb1370050fc417d71596487563ebbd Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Tue Apr 2 21:50:00 2024 +0200 HADOOP-19123. Update to commons-configuration2 2.10.1 due to CVE (#6661). Contributed by PJ Fanning Reviewed-by: Shilun Fan <slfan1...@apache.org> Signed-off-by: Ayush Saxena <ayushsax...@apache.org> --- LICENSE-binary | 2 +- hadoop-project/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 0a3febb6daf2..b2a635a18757 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -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 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 5ed06e4ed241..aefeaa91baf1 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org