You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by sh...@apache.org on 2022/05/16 00:12:53 UTC

[parquet-mr] branch master updated: Bump commons-io from 2.4 to 2.7 in /parquet-hadoop (#966)

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

shangxinli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c8dd230f Bump commons-io from 2.4 to 2.7 in /parquet-hadoop (#966)
8c8dd230f is described below

commit 8c8dd230f88f094c995d28a925f742fe02641207
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun May 15 17:12:49 2022 -0700

    Bump commons-io from 2.4 to 2.7 in /parquet-hadoop (#966)
    
    Bumps commons-io from 2.4 to 2.7.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parquet-hadoop/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index d676efac5..539a93ee6 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -150,7 +150,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
+      <version>2.7</version>
       <scope>test</scope>
     </dependency>
     <dependency>