This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 0d76bd99 Bump commons-io:commons-io from 2.21.0 to 2.22.0.
0d76bd99 is described below
commit 0d76bd993f7d8825d3d22b0f5568b7c42fbf74a3
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 23 06:51:08 2026 -0400
Bump commons-io:commons-io from 2.21.0 to 2.22.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 010fcae0..f8275455 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.21.0</version>
+ <version>2.22.0</version>
</dependency>
<dependency>
<groupId>org.openjdk.jol</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 017e75ae..c81e4c81 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 83 to 98 #527, #530,
#539, #544, #546.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 #515.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.19.0 to 2.21.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.19.0 to 2.22.0.</action>
</release>
<release version="1.0.0-alpha6" date="2025-04-27" description="This
release requires Java 8.">
<!-- FIX -->