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-weaver.git
The following commit(s) were added to refs/heads/master by this push: new 11d69f2 Use JUnit 5 assertThrows() #11, #12 11d69f2 is described below commit 11d69f216560bb2d15ee02257005dde925916be5 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Nov 21 06:54:41 2022 -0500 Use JUnit 5 assertThrows() #11, #12 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dfb207f..aad4f61 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,6 +25,7 @@ <body> <release version="2.1" date="YYY-MM-DD" description="Requires Java 8 or greater."> <action type="fix" dev="ggregory">Update commons.japicmp.version 0.11.1 -> 0.15.1.</action> + <action type="fix" dev="ggregory" due-to="John Patrick">Use JUnit 5 assertThrows() #11, #12.</action> </release> <release version="2.0" date="2018-09-07" description="Requires Java 8 or greater."> <action issue="WEAVER-16" type="fix">NullPointerException when weaving class with no package.</action>