Skip to content

Commit 7c07aa8

Browse files
committed
Bump commons-io:commons-io from 2.20.0 to 2.21.0
1 parent 55f9cfd commit 7c07aa8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ limitations under the License.
6969
<dependency>
7070
<groupId>commons-io</groupId>
7171
<artifactId>commons-io</artifactId>
72-
<version>2.20.0</version>
72+
<version>2.21.0</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
4848
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix oak leaf icon references in overview.html when running `mvn clean javadoc:javadoc`.</action>
4949
<!-- ADD -->
5050
<!-- UPDATE -->
51+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.20.0 to 2.21.0.</action>
5152
</release>
5253
<release version="1.20.0" date="2025-10-30" description="This is a feature and maintenance release. Java 8 or later is required.">
5354
<!-- FIX -->

0 commit comments

Comments
 (0)