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-net.git
The following commit(s) were added to refs/heads/master by this push: new ae1d8a78 Bump commons-parent from 61 to 62 ae1d8a78 is described below commit ae1d8a78b711ad879dcaad598640d35dd325f27a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 7 09:22:24 2023 -0400 Bump commons-parent from 61 to 62 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4985517f..30deb8ff 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>61</version> + <version>62</version> </parent> <groupId>commons-net</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 911d1224..7259d5a4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -147,7 +147,7 @@ The <action> type attribute can be add,update,fix,remove. </action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot"> - Bump commons-parent from 54 to 61 #132, #137, #153. + Bump commons-parent from 54 to 62 #132, #137, #153. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-io from 2.11.0 to 2.13.0.