This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new b02680f71 Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.0 to 7.2.1
b02680f71 is described below
commit b02680f7155c9d4712e922cc56737c9cae648908
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 13 06:01:15 2026 +0000
Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.0 to 7.2.1
Bumps [biz.aQute.bnd:biz.aQute.bndlib](https://github.com/bndtools/bnd)
from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](https://github.com/bndtools/bnd/compare/7.2.0...7.2.1)
---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
dependency-version: 7.2.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
systests/osgi-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systests/osgi-tests/pom.xml b/systests/osgi-tests/pom.xml
index 70d41387f..5bd6ab5ad 100644
--- a/systests/osgi-tests/pom.xml
+++ b/systests/osgi-tests/pom.xml
@@ -145,7 +145,7 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
- <version>7.2.0</version>
+ <version>7.2.1</version>
<scope>test</scope>
</dependency>
</dependencies>