Skip to content

Commit 04d98c4

Browse files
committed
Bump commons-io:commons-io from 2.20.0 to 2.21.0
1 parent 7c7a06a commit 04d98c4

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>commons-io</groupId>
111111
<artifactId>commons-io</artifactId>
112-
<version>2.20.0</version>
112+
<version>2.21.0</version>
113113
<scope>test</scope>
114114
</dependency>
115115
<dependency>

src/changes/changes.xml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,18 @@ The <action> type attribute can be add,update,fix,remove.
4646
</properties>
4747
<body>
4848
<release version="1.15.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
49-
<!-- FIX -->
50-
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix exception message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
51-
<action type="fix" dev="ggregory" due-to="Pierre Post, Sumit Bera, Alex Herbert, Gary Gregory" issue="TEXT-236">Inserting at end of a TextStringBuilder throws a StringIndexOutOfBoundsException.</action>
52-
<!-- ADD -->
53-
<action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #683.</action>
54-
<action type="add" dev="ggregory" due-to="LorgeN, Gary Gregory" issue="TEXT-235">Add Damerau-Levenshtein distance #687.</action>
55-
<!-- UPDATE -->
56-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 91 #704.</action>
57-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.17.6 to 1.17.8 #696.</action>
58-
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump graalvm.version from 24.2.2 to 25.0.1 #703, #716.</action>
59-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.</action>
49+
<!-- FIX -->
50+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix exception message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
51+
<action type="fix" dev="ggregory" due-to="Pierre Post, Sumit Bera, Alex Herbert, Gary Gregory" issue="TEXT-236">Inserting at end of a TextStringBuilder throws a StringIndexOutOfBoundsException.</action>
52+
<!-- ADD -->
53+
<action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #683.</action>
54+
<action type="add" dev="ggregory" due-to="LorgeN, Gary Gregory" issue="TEXT-235">Add Damerau-Levenshtein distance #687.</action>
55+
<!-- UPDATE -->
56+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 91 #704.</action>
57+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.17.6 to 1.17.8 #696.</action>
58+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump graalvm.version from 24.2.2 to 25.0.1 #703, #716.</action>
59+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.</action>
60+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.20.0 to 2.21.0.</action>
6061
</release>
6162
<release version="1.14.0" date="2025-07-20" description="Release 1.14.0. Requires Java 8 or above.">
6263
<!-- FIX -->

0 commit comments

Comments
 (0)