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 3f0efcff Bump commons-parent from 57 to 58 3f0efcff is described below commit 3f0efcff394f619b54f919cabe70c3c4e89b2828 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 16:59:30 2023 -0400 Bump commons-parent from 57 to 58 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 011ce6f4..e467f89a 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>57</version> + <version>58</version> </parent> <groupId>commons-net</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 31d5dcb8..5828b004 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -74,7 +74,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 57 #132, #137, #153. + Bump commons-parent from 54 to 58 #132, #137, #153. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-io from 2.11.0 to 2.12.0.