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 c632f209 Bump commons-parent from 58 to 59 c632f209 is described below commit c632f2092ad30f2406f5c667ee054664c59f2f43 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 28 10:37:18 2023 -0400 Bump commons-parent from 58 to 59 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index caf2eb38..a32a01aa 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>58</version> + <version>59</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-io</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 111d193a..d43b8beb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -123,6 +123,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot"> Bump jimfs from 1.2 to 1.3.0 #465 (tests). </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump commons-parent from 58 to 59. + </action> </release> <release version="2.13.0" date="2023-06-03" description="Java 8 required."> <!-- FIX -->