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 7d6578348ce2dabbb9b9700927fc32479630094b Author: Gary Gregory <[email protected]> AuthorDate: Thu Jun 9 07:56:35 2022 -0400 De-duplicate entries --- src/changes/changes.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9147785..07f2e11 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,8 +49,8 @@ <action type="update" due-to="Gary Gregory"> Bump from Java 7 to 8. </action> - <action issue="EMAIL-183" type="update" due-to="Lukas Petrovicky, gitmotte"> - Bump javax.mail:1.6.1 to jakarta.mail:1.6.4. + <action issue="EMAIL-183" type="update" due-to="Lukas Petrovicky, gitmotte, Dependabot, Gary Gregory"> + Bump javax.mail:1.6.1 to jakarta.mail:1.6.7. </action> <action issue="EMAIL-174" type="fix" due-to="Vegard Stuen"> Bump javax.mail dependency to 1.6.1, so that i18n is supported for email addresses. @@ -64,9 +64,6 @@ <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, Gary Gregory" dev="ggregory"> - Bump 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. </action>
