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 659ba2cf Bump commons-io from 2.13.0 to 2.14.0 659ba2cf is described below commit 659ba2cf4f565a1cf35dc258ae142a7167f4e6ad Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 07:49:22 2023 -0400 Bump commons-io from 2.13.0 to 2.14.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 cf51118e..3c5d88d1 100644 --- a/pom.xml +++ b/pom.xml @@ -230,7 +230,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.13.0</version> + <version>2.14.0</version> </dependency> <dependency> <groupId>org.openjdk.jol</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 03806249..ceac661d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -111,7 +111,7 @@ The <action> type attribute can be add,update,fix,remove. Bump maven-checkstyle plugin from 3.1.2 to 3.2.1 #233, #266. </action> <action type="update" due-to="Gary Gregory"> - Bump commons-io:commons-io 2.6 to 2.13.0. + Bump commons-io:commons-io 2.6 to 2.14.0. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump commons-lang3 from 3.12.0 to 3.13.0.