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 099ddbf Use JUnit 5 APIs #108, #109, #114.
099ddbf is described below
commit 099ddbff237d87fed44462f9db63dae27f7cdb8f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 27 10:52:52 2022 -0500
Use JUnit 5 APIs #108, #109, #114.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 747e63e..769a4f3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,6 +27,9 @@
<action issue="EMAIL-190" type="fix" due-to="sgoeschl">
Fix broken JDK 9 build by updating "easymock" and other dependencies.
</action>
+ <action type="fix" dev="ggregory" due-to="John Patrick">
+ Use JUnit 5 APIs #108, #109, #114.
+ </action>
<!-- ADD -->
<action type="add" due-to="Dependabot" dev="ggregory">
Add github/codeql-action #75.