This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4.1 by this push: new 2daff9320b1 HADOOP-19136. Upgrade commons-io to 2.16.1. (#6704) 2daff9320b1 is described below commit 2daff9320b14f69a912d8d41e0cdb58fe2852cf3 Author: slfan1989 <55643692+slfan1...@users.noreply.github.com> AuthorDate: Sat Aug 17 02:42:26 2024 +0800 HADOOP-19136. Upgrade commons-io to 2.16.1. (#6704) Contributed by Shilun Fan. --- LICENSE-binary | 2 +- hadoop-project/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 3533218abcd..252f934eac0 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -247,7 +247,7 @@ commons-cli:commons-cli:1.5.0 commons-codec:commons-codec:1.11 commons-collections:commons-collections:3.2.2 commons-daemon:commons-daemon:1.0.13 -commons-io:commons-io:2.14.0 +commons-io:commons-io:2.16.1 commons-net:commons-net:3.9.0 de.ruedigermoeller:fst:2.50 io.grpc:grpc-api:1.53.0 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index a0e4186b801..9e08106bf0a 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -124,7 +124,7 @@ <commons-collections.version>3.2.2</commons-collections.version> <commons-compress.version>1.26.1</commons-compress.version> <commons-csv.version>1.9.0</commons-csv.version> - <commons-io.version>2.14.0</commons-io.version> + <commons-io.version>2.16.1</commons-io.version> <commons-lang3.version>3.12.0</commons-lang3.version> <commons-logging.version>1.2</commons-logging.version> <commons-math3.version>3.6.1</commons-math3.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org