This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 4d57bf9195 Bump biz.aQute.bnd:biz.aQute.bndlib from 6.3.1 to 7.2.1
(#2436)
4d57bf9195 is described below
commit 4d57bf91951629895fcc3c5cfa371973881bd5d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 18:19:51 2026 +0100
Bump biz.aQute.bnd:biz.aQute.bndlib from 6.3.1 to 7.2.1 (#2436)
Bumps [biz.aQute.bnd:biz.aQute.bndlib](https://github.com/bndtools/bnd)
from 6.3.1 to 7.2.1.
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](https://github.com/bndtools/bnd/compare/6.3.1...7.2.1)
---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
dependency-version: 7.2.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tooling/karaf-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooling/karaf-maven-plugin/pom.xml
b/tooling/karaf-maven-plugin/pom.xml
index a1e41ee478..ff2675a227 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -265,7 +265,7 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
- <version>6.3.1</version>
+ <version>7.2.1</version>
</dependency>
</dependencies>