This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fe580b  Bump org.apache.bcel:bcel from 6.12.0 to 6.13.0.
     new 9ef60ab  Merge branch 'master' of 
https://github.com/apache/commons-parent.git
5fe580b is described below

commit 5fe580b8bbede05cd6f6bba398a7a4371388f741
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 10 07:32:24 2026 -0700

    Bump org.apache.bcel:bcel from 6.12.0 to 6.13.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9295f9c..a2be92a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -693,7 +693,7 @@
             <dependency>
               <groupId>org.apache.bcel</groupId>
               <artifactId>bcel</artifactId>
-              <version>6.12.0</version>
+              <version>6.13.0</version>
             </dependency>
           </dependencies>
         </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3e7d1de..1eb5e74 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
         <!-- FIX -->
         <!-- ADD -->
         <!-- UPDATE -->
+        <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.bcel:bcel from 6.12.0 to 6.13.0.</action>
       </release>
       <release version="105" date="2026-09-04" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->

Reply via email to