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

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

commit 2a2f443315a3e9fdf405ac77e6d103fc54ec7b8b
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Sun Oct 10 09:19:07 2021 +0530

    fix bcel version in pom
---
 src/etc/poms/ant-apache-bcel/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/etc/poms/ant-apache-bcel/pom.xml 
b/src/etc/poms/ant-apache-bcel/pom.xml
index 6905420..dd37245 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.4.1</version>
+      <version>6.5.0</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

Reply via email to