From 11d40f5799b355dcec2b156f6c7a669abdde5de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 15:10:52 +0000 Subject: [PATCH] Bump biz.aQute.bndlib from 6.0.0 to 6.1.0 Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/bndtools/bnd/releases) - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md) - [Commits](https://github.com/bndtools/bnd/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: biz.aQute.bnd:biz.aQute.bndlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.