This is an automated email from the ASF dual-hosted git repository.
holgerfriedrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new a5a0fa7f3d build(deps): bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0
to 7.4.0 (#2812)
a5a0fa7f3d is described below
commit a5a0fa7f3d0d87640348de2e9dbbd92c79ec7525
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 21 19:35:34 2026 +0200
build(deps): bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0 to 7.4.0 (#2812)
Bumps [biz.aQute.bnd:biz.aQute.bndlib](https://github.com/bndtools/bnd)
from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](https://github.com/bndtools/bnd/compare/7.3.0...7.4.0)
---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
dependency-version: 7.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 10b6383506..ed5dc81cdf 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>7.3.0</version>
+ <version>7.4.0</version>
</dependency>
</dependencies>