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

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


The following commit(s) were added to refs/heads/master by this push:
     new 46218f2c0 Bump commons-io:commons-io from 2.18.0 to 2.21.0 (#3369)
46218f2c0 is described below

commit 46218f2c0473e2e859dde2df8a28c78fcb0c9ada
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 17 22:29:17 2025 +0100

    Bump commons-io:commons-io from 2.18.0 to 2.21.0 (#3369)
    
    Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 
2.18.0 to 2.21.0.
    - 
[Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
    - 
[Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.18.0...rel/commons-io-2.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-version: 2.21.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parquet-cli/pom.xml    | 2 +-
 parquet-hadoop/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml
index 3c7a9b2b6..bf5720416 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -233,7 +233,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.18.0</version>
+      <version>2.21.0</version>
       <scope>${deps.scope}</scope>
     </dependency>
     <dependency>
diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index ab2779215..5d133a2be 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -194,7 +194,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.18.0</version>
+      <version>2.21.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to