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-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 6ceb19d Bump org.apache.bcel:bcel from 6.11.0 to 6.12.0.
6ceb19d is described below
commit 6ceb19d64d29dbd5ed7008dea8627d7f4ef67338
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 22 08:52:29 2026 -0500
Bump org.apache.bcel:bcel from 6.11.0 to 6.12.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 4912809..8b36c60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -696,7 +696,7 @@
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
- <version>6.11.0</version>
+ <version>6.12.0</version>
</dependency>
</dependencies>
</plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0cd4186..2458048 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.11.0 to 6.12.0.</action>
</release>
<release version="96" date="2026-01-17" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->