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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 48d596f Bump commons-io from 2.13.0 to 2.14.0 48d596f is described below commit 48d596fe02f49b612d4d464ef60bda82578d6569 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 09:28:01 2023 -0400 Bump commons-io from 2.13.0 to 2.14.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 5fe3b93..b8f674d 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.13.0</version> + <version>2.14.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3c544a6..ed14f7c 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven:maven-* from 3.9.1 to 3.9.3.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent 58 to 62.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-compress 1.23.0 to 1.24.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.13.0 to 2.14.0.</action> </release> <release version="1.8.1" date="2023-06-25" description="Version 1.8.1"> <!-- FIXES -->