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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 690128068 Bump commons-io:commons-io from 2.21.0 to 2.22.0.
690128068 is described below
commit 69012806855868f352a9515c7181929419522f56
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 23 06:59:50 2026 -0400
Bump commons-io:commons-io from 2.21.0 to 2.22.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b1778a96b..5f448e579 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
<!-- Local macOS Java 21 says 0.92 -->
<commons.jacoco.complexityRatio>0.91</commons.jacoco.complexityRatio>
<commons.text.version>1.15.0</commons.text.version>
- <commons.io.version>2.21.0</commons.io.version>
+ <commons.io.version>2.22.0</commons.io.version>
</properties>
<build>
<defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp
spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f860b5ac..74f415151 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -167,6 +167,7 @@ java.lang.NullPointerException: Cannot invoke
<action issue="LANG-1504" type="add" dev="ggregory" due-to="Edwin Delgado
H, Gary Gregory">Adding labels and history to split StopWatch #1473.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 88 to 92
#1472, #1484.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">[test] Bump commons-io:commons-io from 2.21.0 to 2.22.0.</action>
</release>
<release version="3.19.0" date="2025-09-19" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->