You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/11 18:03:54 UTC

[commons-bcel] branch master updated: Bump commons-parent from 54 to 55 #189

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 137808f8 Bump commons-parent from 54 to 55 #189
137808f8 is described below

commit 137808f891f7423d6d14a7765d2284aacf3ad41f
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Sun Dec 11 13:03:50 2022 -0500

    Bump commons-parent from 54 to 55 #189
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c55e979f..611c1bf1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="fix" dev="markt" due-to="OSS-Fuzz">When parsing an class with an invalid constant reference, ensure ClassParser.parse() throws ClassFormatException, not NullPointerException.</action>
       <action                  type="fix" dev="markt" due-to="OSS-Fuzz">Ensure that references to a constant pool entry with index zero trigger a ClassFormatException, not a NullPointerException.</action>
       <!-- UPDATE -->
+      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 55 #189.</action>
     </release>
     <release version="6.7.0" date="2022-11-28" description="Maintenance and bug fix release.">
       <!-- ADD -->