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 f6fb50b39c4a6913a96b7076ac9cbe9de00d641f Author: Jaikiran Pai <[email protected]> AuthorDate: Sun May 5 17:34:03 2024 +0530 update version in bcel 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 ea119d572..17a837c82 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.7.0</version> + <version>6.9.0</version> <scope>compile</scope> </dependency> </dependencies>
