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 04907c0 Bump org.apache.bcel:bcel from 6.10.0 to 6.11.0
04907c0 is described below
commit 04907c0a84036327fdd003fec86bed6653ad6ad7
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Oct 12 20:11:34 2025 -0400
Bump org.apache.bcel:bcel from 6.10.0 to 6.11.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 263ac2d..37a37bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -701,7 +701,7 @@
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
- <version>6.10.0</version>
+ <version>6.11.0</version>
</dependency>
</dependencies>
</plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a9f819d..e2001c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-pmd-plugin from 3.27.0 to 3.28.0. Discontinue using Rule name
category/java/errorprone.xml/UselessOperationOnImmutable as it is scheduled for
removal from PMD. PMD 8.0.0 will remove support for this Rule.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.siom79.japicmp:japicmp-maven-plugin from 0.24.1 to 0.24.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.bcel:bcel from 6.10.0 to 6.11.0.</action>
</release>
<release version="89" date="2025-10-05" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->