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:13:02 UTC

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

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 dd43e6f8e Bump commons-io from 2.4 to 2.7 in /parquet-cli (#967)
dd43e6f8e is described below

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

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

diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml
index 64a454920..5346f2439 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
+      <version>2.7</version>
       <scope>provided</scope>
     </dependency>
     <dependency>