This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
commit 8342fca8d119d74c5e60c005f94023c5371c274c Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Jul 22 15:32:39 2025 -0400 Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 --- pom.xml | 2 +- src/changes/changes.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0c9af608f..e65310d68 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ file comparators, endian transformation classes, and much more. <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.18.0</version> + <version>1.19.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f2640c613..db77b4394 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,10 +47,11 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.20.1" date="YYYY-MM-DD" description="Version 2.20.1: Java 8 or later is required."> <!-- FIX --> - <action dev="ggregory" type="fix" due-to="Gary Gregory">When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading.</action> - <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> + <action type="fix" dev="ggregory" due-to="Gary Gregory">When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading.</action> + <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> <!-- ADD --> <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.18.0 to 1.19.0.</action> </release> <release version="2.20.0" date="2025-07-13" description="Version 2.20.0: Java 8 or later is required."> <!-- FIX -->
