This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 bab8982fef Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.1 to 7.2.3
(#2483)
bab8982fef is described below
commit bab8982fefeef7ada4b635be4d1568b2933c4738
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 27 07:30:01 2026 +0100
Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.1 to 7.2.3 (#2483)
Bumps [biz.aQute.bnd:biz.aQute.bndlib](https://github.com/bndtools/bnd)
from 7.2.1 to 7.2.3.
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](https://github.com/bndtools/bnd/compare/7.2.1...7.2.3)
---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
dependency-version: 7.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 aaf3ae6548..394d991807 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.2.1</version>
+ <version>7.2.3</version>
</dependency>
</dependencies>