From a8b46548990ded7f10fd3461865d84d6b920e3bf Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 23 Jul 2017 17:50:31 +0200 Subject: [PATCH] update BCEL dependency to 6.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=61196 --- WHATSNEW | 7 ++++++- fetch.xml | 5 ++++- lib/libraries.properties | 2 +- src/etc/poms/ant-apache-bcel/pom.xml | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 8e76f47db..ee0c1e978 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,6 +1,12 @@ 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. + Bugzilla Report 61196 + Fixed bugs: ----------- @@ -8,7 +14,6 @@ Fixed bugs: value. Bugzilla Report 60767 - * bootstrapping Ant on Windows failed Bugzilla Report 61027 diff --git a/fetch.xml b/fetch.xml index f8e0bf9e9..4ba35480c 100644 --- a/fetch.xml +++ b/fetch.xml @@ -248,7 +248,10 @@ Set -Ddest=LOCATION on the command line - + + + + compile - bcel + org.apache.bcel bcel - 5.1 + 6.0 compile