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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new f3dbe09a Bump commons-parent from 57 to 58 f3dbe09a is described below commit f3dbe09a96f82b2e1502f32326a13aa109204c7a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 11:22:17 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 005244f9..bd9599b9 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>57</version> + <version>58</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-configuration2</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2b1f7d6c..990d1275 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,9 @@ <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump spring.version from 5.3.26 to 5.3.27. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump commons-parent from 57 to 58. + </action> </release> <release version="2.9.0" date="2023-03-25" description="Minor release with new features and updated dependencies."> <!-- FIX -->