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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new dc139cfe Bump jmh.version from 1.35 to 1.36 #170
dc139cfe is described below
commit dc139cfe619d659225343cedb84d2a5c411943c2
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 18 15:10:10 2022 -0500
Bump jmh.version from 1.35 to 1.36 #170
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1b6d1a42..6c456fb8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,6 +87,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Avoid internal NPE in
org.apache.bcel.util.ClassPath.getInputStream(String, String).</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump spotbugs-maven-plugin from 4.7.2.2 to 4.7.3.0 #167.</action>
+ <action type="update" dev="ggregory"
due-to="Dependabot">Bump jmh.version from 1.35 to 1.36 #170.</action>
</release>
<release version="6.6.1" date="2022-10-29" description="Maintenance and
bug fix release.">
<!-- FIX -->