diff --git a/pom.xml b/pom.xml
index 1a82d49639..ec661c2440 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
org.apache.bcel
bcel
jar
- 6.10.1-SNAPSHOT
+ 6.11.0-SNAPSHOT
Apache Commons BCEL
Apache Commons Bytecode Engineering Library
https://commons.apache.org/proper/commons-bcel
@@ -44,8 +44,8 @@
1.8
bcel
org.apache.bcel
- 6.10.1
- 6.10.2
+ 6.11.0
+ 6.11.1
true
RC1
6.10.0
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index db18e43dd3..6f270e8b26 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,7 +59,7 @@ The type attribute can be add,update,fix,remove.
Defining changes.version allows one to create the RN without first removing the SNAPSHOT suffix.
-->
-
+
Replace internal use of Locale.ENGLISH with Locale.ROOT.
Wrong permissions on bcel .jar file in binary .tar.gz distribution file.