This is an automated email from the ASF dual-hosted git repository.
holgerfriedrich 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 fdaf484698 [4.4.x] bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0 to
7.4.0 (#2813)
fdaf484698 is described below
commit fdaf484698ba61666b37e02be843edcf44dbbc97
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 22 09:44:19 2026 +0200
[4.4.x] bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0 to 7.4.0 (#2813)
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 0b791553a3..dc4ae1822b 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>