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-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 1781b810d Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#1318)
1781b810d is described below
commit 1781b810deeb32d35a3cef3cffa9b0179aea874b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 16 19:28:23 2024 +0200
Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#1318)
Bumps commons-io:commons-io from 2.16.0 to 2.16.1.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 0222607b8..8397dc87d 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -205,7 +205,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.16.0</version>
+ <version>2.16.1</version>
<scope>${deps.scope}</scope>
</dependency>
<dependency>
diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index 24d23a433..20610bccf 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -155,7 +155,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.16.0</version>
+ <version>2.16.1</version>
<scope>test</scope>
</dependency>
<dependency>