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 e2d079c7f Bump biz.aQute.bnd:biz.aQute.bndlib from 7.1.0 to 7.2.0
e2d079c7f is described below
commit e2d079c7f7dd26d99a54c99746fc2c5b0c809da8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 03:06:44 2025 +0000
Bump biz.aQute.bnd:biz.aQute.bndlib from 7.1.0 to 7.2.0
Bumps [biz.aQute.bnd:biz.aQute.bndlib](https://github.com/bndtools/bnd)
from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](https://github.com/bndtools/bnd/compare/7.1.0...7.2.0)
---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
dependency-version: 7.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 43e67af59..266e367f2 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.1.0</version>
+ <version>7.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>