Skip to content

Commit 46218f2

Browse files
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](apache/commons-io@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ec3284 commit 46218f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parquet-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<dependency>
234234
<groupId>commons-io</groupId>
235235
<artifactId>commons-io</artifactId>
236-
<version>2.18.0</version>
236+
<version>2.21.0</version>
237237
<scope>${deps.scope}</scope>
238238
</dependency>
239239
<dependency>

parquet-hadoop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>commons-io</groupId>
196196
<artifactId>commons-io</artifactId>
197-
<version>2.18.0</version>
197+
<version>2.21.0</version>
198198
<scope>test</scope>
199199
</dependency>
200200
<dependency>

0 commit comments

Comments
 (0)