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 2bf5a9ed118e HADOOP-18917. Upgrade to commons-io 2.14.0 (#6133). Contributed by PJ Fanning 2bf5a9ed118e is described below commit 2bf5a9ed118e5830669db473447a7fd4a4037d97 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Thu Oct 5 21:28:21 2023 +0100 HADOOP-18917. Upgrade to commons-io 2.14.0 (#6133). Contributed by PJ Fanning 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 1eecdf7dd11f..4916fda10923 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.8.0 +commons-io:commons-io:2.14.0 commons-net:commons-net:3.9.0 de.ruedigermoeller:fst:2.50 io.grpc:grpc-api:1.26.0 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 4322a51cd2d4..3fe8f8fa8f4d 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -118,7 +118,7 @@ <commons-collections.version>3.2.2</commons-collections.version> <commons-compress.version>1.24.0</commons-compress.version> <commons-csv.version>1.9.0</commons-csv.version> - <commons-io.version>2.11.0</commons-io.version> + <commons-io.version>2.14.0</commons-io.version> <commons-lang3.version>3.12.0</commons-lang3.version> <commons-logging.version>1.1.3</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