This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 1357bb162dfe HADOOP-19123. Update to commons-configuration2 2.10.1 due to CVE (#6661). Contributed by PJ Fanning 1357bb162dfe is described below commit 1357bb162dfe741b97bde29222d1e3c3f7425f20 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 9fd8608df626..084907d1dd97 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 40fb065f8a7c..cb3018811cd1 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