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

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git

commit 07ba9702e628eb27398feac4bb5a99b076e883f7
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Jul 25 21:06:13 2026 +0530

    upgrade bcel version
---
 lib/libraries.properties             | 2 +-
 src/etc/poms/ant-apache-bcel/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libraries.properties b/lib/libraries.properties
index b626e9f06..e49c997c3 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -37,7 +37,7 @@ ivy.version=2.6.0
 ant-antunit.version=1.5.0
 ant-cyclonedx.version=0.1
 antlr.version=2.7.7
-bcel.version=6.9.0
+bcel.version=6.12.0
 bsf.version=2.4.0
 bsh.version=2.0b5
 commons-net.version=3.13.0
diff --git a/src/etc/poms/ant-apache-bcel/pom.xml 
b/src/etc/poms/ant-apache-bcel/pom.xml
index e2ae7b669..ad6f17171 100644
--- a/src/etc/poms/ant-apache-bcel/pom.xml
+++ b/src/etc/poms/ant-apache-bcel/pom.xml
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>org.apache.bcel</groupId>
       <artifactId>bcel</artifactId>
-      <version>6.9.0</version>
+      <version>6.12.0</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

Reply via email to