Skip to content

Commit 8342fca

Browse files
committed
Bump commons-codec:commons-codec from 1.18.0 to 1.19.0
1 parent 43ff904 commit 8342fca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ file comparators, endian transformation classes, and much more.
9999
<dependency>
100100
<groupId>commons-codec</groupId>
101101
<artifactId>commons-codec</artifactId>
102-
<version>1.18.0</version>
102+
<version>1.19.0</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<release version="2.20.1" date="YYYY-MM-DD" description="Version 2.20.1: Java 8 or later is required.">
4949
<!-- FIX -->
50-
<action dev="ggregory" type="fix" due-to="Gary Gregory">When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading.</action>
51-
<action dev="ggregory" type="fix" due-to="Gary Gregory">When testing on Java 24 and up, don't fail FileUtilsListFilesTest for a different behavior in the JRE.</action>
50+
<action type="fix" dev="ggregory" due-to="Gary Gregory">When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading.</action>
51+
<action type="fix" dev="ggregory" due-to="Gary Gregory">When testing on Java 24 and up, don't fail FileUtilsListFilesTest for a different behavior in the JRE.</action>
5252
<!-- ADD -->
5353
<!-- UPDATE -->
54+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.18.0 to 1.19.0.</action>
5455
</release>
5556
<release version="2.20.0" date="2025-07-13" description="Version 2.20.0: Java 8 or later is required.">
5657
<!-- FIX -->

0 commit comments

Comments
 (0)