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 da94b9a0d Bump biz.aQute.bnd:biz.aQute.bndlib from 6.4.1 to 7.1.0 da94b9a0d is described below commit da94b9a0d08c9c4c36620994f4d484d0abdd2bce Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 9 03:49:10 2024 +0000 Bump biz.aQute.bnd:biz.aQute.bndlib from 6.4.1 to 7.1.0 Bumps [biz.aQute.bnd:biz.aQute.bndlib](https://github.com/bndtools/bnd) from 6.4.1 to 7.1.0. - [Release notes](https://github.com/bndtools/bnd/releases) - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md) - [Commits](https://github.com/bndtools/bnd/compare/6.4.1...7.1.0) --- updated-dependencies: - dependency-name: biz.aQute.bnd:biz.aQute.bndlib dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- 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 3d44fc02a..d0c7afbc3 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>6.4.1</version> + <version>7.1.0</version> <scope>test</scope> </dependency> </dependencies>