This is an automated email from the ASF dual-hosted git repository.
ngangam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 0033675057a HIVE-26321: Upgrade commons-io to 2.11.0 (Naveen Gangam)
(#3370)
0033675057a is described below
commit 0033675057a60d0a05a252854455e2b8835e89cc
Author: Naveen Gangam <[email protected]>
AuthorDate: Wed Jun 15 16:28:02 2022 -0400
HIVE-26321: Upgrade commons-io to 2.11.0 (Naveen Gangam) (#3370)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1c25c659b2a..75fca731663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
<commons-compress.version>1.21</commons-compress.version>
<commons-configuration.version>1.10</commons-configuration.version>
<commons-exec.version>1.1</commons-exec.version>
- <commons-io.version>2.8.0</commons-io.version>
+ <commons-io.version>2.11.0</commons-io.version>
<commons-lang3.version>3.9</commons-lang3.version>
<commons-math3.version>3.6.1</commons-math3.version>
<commons-dbcp2.version>2.7.0</commons-dbcp2.version>