This is an automated email from the ASF dual-hosted git repository.
wgtmac 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 eb8c0d1c7 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#3528)
eb8c0d1c7 is described below
commit eb8c0d1c75e7703b35bb575b073af3ee980cb28e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 5 16:42:24 2026 +0800
Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#3528)
Bumps commons-io:commons-io from 2.21.0 to 2.22.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.22.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 358528763..faf508aff 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.21.0</version>
+ <version>2.22.0</version>
<scope>${deps.scope}</scope>
</dependency>
<dependency>
diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index b31e78cb6..0cc17c819 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -200,7 +200,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.21.0</version>
+ <version>2.22.0</version>
<scope>test</scope>
</dependency>
<dependency>