diff --git a/pom.xml b/pom.xml
index 8295a67a8..c3c04b84a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -823,7 +823,7 @@
biz.aQute.bnd
biz.aQute.bndlib
- 6.0.0
+ 6.1.0
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 76d0fb975..7d3e8af17 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -116,7 +116,7 @@ The type attribute can be add,update,fix,remove.
Bump maven-javadoc-plugin from 3.2.0 to 3.3.1.
Bump jmh.version from 1.27 to 1.33 #794.
Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #802.
- Bump biz.aQute.bndlib from 5.3.0 to 6.0.0 #814.
+ Bump biz.aQute.bndlib from 5.3.0 to 6.1.0 #814, #835.
Bump actions/checkout from 2.3.4 to 2.4.0 #819, #825.
Javadoc for StringUtils.substringBefore(String str, int separator) doesn't mention that the separator is an int.