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-exec.git
The following commit(s) were added to refs/heads/master by this push: new 1623660 Use JUnit5 assertThrows() #72. 1623660 is described below commit 16236609ce2a0bc7a884ed3d99cfbb22d85a68f2 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Nov 21 06:52:15 2022 -0500 Use JUnit5 assertThrows() #72. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7dc940e..73324e5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,9 @@ <action dev="ggregory" type="update" due-to="nullptr"> Java-style Array declaration and remove empty finally block #26. </action> + <action dev="ggregory" type="update" due-to="John Patrick"> + Use JUnit5 assertThrows() #72. + </action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory, Dependabot"> Bump github/codeql-action from 1 to 2 #52.