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-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 804b3dc1 Bump commons-io:commons-io from 2.18.0 to 2.19.0 804b3dc1 is described below commit 804b3dc1aeb9ab5c2bce258f7fb8dbe08b5dc48e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 11 20:54:06 2025 -0400 Bump commons-io:commons-io from 2.18.0 to 2.19.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ed7b91fb..9425d2e3 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.18.0</version> + <version>2.19.0</version> </dependency> <dependency> <groupId>org.openjdk.jol</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 08ccd018..9dea1733 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 69 to 79 #400, #406, #428, #430, #436, #442, #445, #545.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #416, #423, #431.</action> - <action dev="ggregory" type="update" due-to="Dependabot">Bump commons-io:commons-io from 2.16.1 to 2.18.0 #437, #464.</action> + <action dev="ggregory" type="update" due-to="Dependabot">Bump commons-io:commons-io from 2.16.1 to 2.19.0 #437, #464.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 #453.</action> <!-- REMOVE --> <action dev="ggregory" type="remove" due-to="Dependabot">Remove direct dependency on org.hamcrest:hamcrest.</action>