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
commit e0cf5b65f5034f5486592876dcb72fc2c9d166ca Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 12 08:13:20 2022 -0500 Bump com.sun.mail:jakarta.mail from 1.6.5 to 1.6.7 --- pom.xml | 2 +- src/changes/changes.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0774269..0b61869 100644 --- a/pom.xml +++ b/pom.xml @@ -245,7 +245,7 @@ <dependency> <groupId>com.sun.mail</groupId> <artifactId>jakarta.mail</artifactId> - <version>1.6.5</version> + <version>1.6.7</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5156232..24de40d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,8 +47,8 @@ <action type="update" due-to="Dependabot" dev="ggregory"> Bump spotbugs from 4.0.6 to 4.2.2 #40. </action> - <action type="update" due-to="Dependabot" dev="ggregory"> - Update jakarta.mail from 1.6.4 to 1.6.5 #22. + <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory"> + Update jakarta.mail from 1.6.4 to 1.6.7 #22. </action> <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory"> Bump junit from 4.13 to 4.13.2 #32.