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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 54137fda Bump commons-io:commons-io from 2.18.0 to 2.19.0 54137fda is described below commit 54137fda8d4fb30965bec1941a197e7d86621a3c Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 11 20:38:24 2025 -0400 Bump commons-io:commons-io from 2.18.0 to 2.19.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2343d1c0..25016c16 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ limitations under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.18.0</version> + <version>2.19.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d4ea2a0b..f61b373e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add HmacUtils.hmacHex(Path).</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 79 to 81.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump commons-io:commons-io from 2.18.0 to 2.19.0.</action> </release> <release version="1.18.0" date="2025-01-24" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->