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-email.git
The following commit(s) were added to refs/heads/master by this push: new 0545668 Bump commons-parent from 56 to 58 0545668 is described below commit 054566874771c44339560beb854308fe30b37f90 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 11:33:36 2023 -0400 Bump commons-parent from 56 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 e3891ed..27ce836 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>56</version> + <version>58</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-email</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cbe6799..74af35f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +65,7 @@ Bump javax.mail dependency to 1.6.1, so that i18n is supported for email addresses. </action> <action type="update" due-to="Gary Gregory, Dependabot" dev="ggregory"> - Bump commons-parent from 50 to 56, #118, #128. + Bump commons-parent from 50 to 58, #118, #128. </action> <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory"> Bump spotbugs-maven-plugin from 4.0.0 to 4.7.2 #18.