Skip to content

Commit ed4396b

Browse files
committed
Bump commons-io:commons-io from 2.21.0 to 2.22.0.
1 parent a18cce1 commit ed4396b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ limitations under the License.
6868
<dependency>
6969
<groupId>commons-io</groupId>
7070
<artifactId>commons-io</artifactId>
71-
<version>2.21.0</version>
71+
<version>2.22.0</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>

src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ The <action> type attribute can be add,update,fix,remove.
4343
<author>Apache Commons Developers</author>
4444
</properties>
4545
<body>
46+
<release version="1.22.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
47+
<!-- FIX -->
48+
<!-- ADD -->
49+
<!-- UPDATE -->
50+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.21.0 to 2.22.0.</action>
51+
</release>
4652
<release version="1.22.0" date="2026-04-19" description="This is a feature and maintenance release. Java 8 or later is required.">
4753
<!-- FIX -->
4854
<action type="fix" dev="ggregory" due-to="Shalu Jha, Andrey, Gary Gregory" issue="CODEC-249">Fix Incorrect transform of CH digraph according Metaphone basic rules #423.</action>

0 commit comments

Comments
 (0)