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 69eb192e Bump actions/setup-java from 3.5.1 to 3.6.0 #159
69eb192e is described below
commit 69eb192e2680764b4b82cfe0789b24305ca95073
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Oct 22 08:59:30 2022 -0400
Bump actions/setup-java from 3.5.1 to 3.6.0 #159
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 48404ac0..72d1a49b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,9 +67,10 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Kengo TODA,
Gary Gregory">Keep ConstantPool.getConstant(int) backward compatible with
v6.5.0 #157.</action>
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory"
due-to="Dependabot">Bump actions/setup-java from 3.5.1 to 3.6.0 #159.</action>
</release>
<release version="6.6.0" date="2022-10-08" description="Minor feature and
bug fix release.">
- <!-- FIX -->
+ <!-- FIX -->
<action type="fix" dev="ggregory" due-to="Mark Roberts,
Gary Gregory">Improve test case coverage; fix Utility.encode bug #46.</action>
<action issue="BCEL-342" type="fix" dev="ggregory" due-to="Allon
Murienik, Gary Gregory">Migrate test suite to JUnit Jupiter #68.</action>
<action issue="BCEL-343" type="fix" dev="ggregory" due-to="Allon
Murienik, Gary Gregory">JUnit Assertion improvement #69.</action>