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