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
The following commit(s) were added to refs/heads/master by this push: new 4e606b3a Bump commons-parent from 57 to 58 4e606b3a is described below commit 4e606b3a3bd9b541e6dfb792a26e2a9e19767373 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 13:51:35 2023 -0400 Bump commons-parent from 57 to 58 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1feee5e7..736da756 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>57</version> + <version>58</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-io</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3a86179f..7fcaccea 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,9 @@ The <action> type attribute can be add,update,fix,remove. Add some missing conversions to AbstractOrigin subclasses. </action> <!-- UPDATE --> + <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot"> + Bump commons-parent from 57 to 58. + </action> </release> <release version="2.12.0" date="2023-05-13" description="Java 8 required."> <!-- FIX -->