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 47afc9d8fb21adaf2abf3c882b64acdf9bce2e0b Author: Jaikiran Pai <[email protected]> AuthorDate: Sun May 5 17:25:07 2024 +0530 upgrade bcel to 6.9.0 --- lib/libraries.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libraries.properties b/lib/libraries.properties index b5081b6c3..02dd0ea1d 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -36,7 +36,7 @@ m2.repo=https://repo1.maven.org/maven2/ ivy.version=2.5.2 ant-antunit.version=1.4.1 antlr.version=2.7.7 -bcel.version=6.7.0 +bcel.version=6.9.0 bsf.version=2.4.0 bsh.version=2.0b5 commons-net.version=3.9.0
