Skip to content

Commit

Permalink
Bump bnd.version from 7.0.0 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps `bnd.version` from 7.0.0 to 7.1.0.

Updates `biz.aQute.bnd:biz.aQute.bndlib` from 7.0.0 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](bndtools/bnd@7.0.0...7.1.0)

Updates `biz.aQute.bnd:bnd-maven-plugin` from 7.0.0 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](bndtools/bnd@7.0.0...7.1.0)

Updates `biz.aQute.bnd:biz.aQute.repository` from 7.0.0 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](bndtools/bnd@7.0.0...7.1.0)

Updates `biz.aQute.bnd:biz.aQute.bnd.maven` from 7.0.0 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](bndtools/bnd@7.0.0...7.1.0)

Updates `biz.aQute.bnd:biz.aQute.bnd.embedded-repo` from 7.0.0 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](bndtools/bnd@7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: biz.aQute.bnd:bnd-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: biz.aQute.bnd:biz.aQute.repository
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: biz.aQute.bnd:biz.aQute.bnd.maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: biz.aQute.bnd:biz.aQute.bnd.embedded-repo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent e9781e6 commit b1582be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<equinoxVersion>3.21.0</equinoxVersion>
<ecjVersion>3.39.0</ecjVersion>
<bouncycastleVersion>1.79</bouncycastleVersion>
<bnd.version>7.0.0</bnd.version>
<bnd.version>7.1.0</bnd.version>
<junit5.version>5.11.3</junit5.version>
<junit5.platform.version>1.11.3</junit5.platform.version>
<!-- these are referenced from src/main/resources/META-INF/plexus/components.xml -->
Expand Down
2 changes: 1 addition & 1 deletion tycho-wrap-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bnd.maven</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit b1582be

Please sign in to comment.