Repository: ant Updated Branches: refs/heads/master d7e4064f5 -> 0a23dc13b
BCEL 6.2 has been released Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/0a23dc13 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/0a23dc13 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/0a23dc13 Branch: refs/heads/master Commit: 0a23dc13b4a62a0a9fd39b563f40feb2e2c70265 Parents: d7e4064 Author: Stefan Bodewig <[email protected]> Authored: Sat Dec 9 19:14:07 2017 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Sat Dec 9 19:14:07 2017 +0100 ---------------------------------------------------------------------- WHATSNEW | 2 +- lib/libraries.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/0a23dc13/WHATSNEW ---------------------------------------------------------------------- diff --git a/WHATSNEW b/WHATSNEW index 26eb335..d191f9f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -4,7 +4,7 @@ Changes from Ant 1.10.1 TO Ant 1.10.2 Changes that could break older environments: ------------------------------------------- - * updated the dependency of BCEL to 6.0. + * updated the dependency of BCEL to 6.2. Bugzilla Report 61196 Fixed bugs: http://git-wip-us.apache.org/repos/asf/ant/blob/0a23dc13/lib/libraries.properties ---------------------------------------------------------------------- diff --git a/lib/libraries.properties b/lib/libraries.properties index fa23448..f947ce9 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -33,7 +33,7 @@ m2.repo=http://repo1.maven.org/maven2/ #when a specific dependency forces them to be out-of-order ivy.version=2.4.0 antlr.version=2.7.7 -bcel.version=6.0 +bcel.version=6.2 bsf.version=2.4.0 bsh.version=2.0b4 bsh-core.version=${bsh.version}
