This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git

commit d907dfe68ed84714d62a22e5191efa616eab2b24
Author: David Lavati <david.lav...@gmail.com>
AuthorDate: Tue Oct 8 12:56:15 2019 +0000

    HIVE-22270: Upgrade commons-io to 2.6 (David Lavati via Zoltan Haindrich)
    
    Signed-off-by: Zoltan Haindrich <k...@rxd.hu>
---
 pom.xml                  | 2 +-
 testutils/ptest2/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1f4cb10..47634f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     <commons-collections.version>3.2.2</commons-collections.version>
     <commons-compress.version>1.18</commons-compress.version>
     <commons-exec.version>1.1</commons-exec.version>
-    <commons-io.version>2.4</commons-io.version>
+    <commons-io.version>2.6</commons-io.version>
     <commons-lang3.version>3.9</commons-lang3.version>
     <commons-pool.version>1.5.4</commons-pool.version>
     <commons-dbcp.version>1.4</commons-dbcp.version>
diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml
index 32e302e..ebb3990 100644
--- a/testutils/ptest2/pom.xml
+++ b/testutils/ptest2/pom.xml
@@ -52,7 +52,7 @@ limitations under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
       <groupId>commons-cli</groupId>

Reply via email to