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 1b706504c Bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0 to 7.4.0
1b706504c is described below
commit 1b706504c2dfd049ea4dea7606342917b247e5e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 03:57:21 2026 +0000
Bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0 to 7.4.0
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: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 450baae44..5232715af 100644
--- a/systests/osgi-tests/pom.xml
+++ b/systests/osgi-tests/pom.xml
@@ -150,7 +150,7 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
- <version>7.3.0</version>
+ <version>7.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>