Skip to content

Commit

Permalink
build(deps): Bump bnd.version from 6.4.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps `bnd.version` from 6.4.0 to 7.0.0.

Updates `biz.aQute.bnd:biz.aQute.bnd.transform` from 6.4.0 to 7.0.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@6.4.0...7.0.0)

Updates `biz.aQute.bnd:biz.aQute.bndlib` from 6.4.0 to 7.0.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@6.4.0...7.0.0)

Updates `biz.aQute.bnd:bnd-maven-plugin` from 6.4.0 to 7.0.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@6.4.0...7.0.0)

---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bnd.transform
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: biz.aQute.bnd:bnd-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 7c3b4b2 commit 180d20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.transformer.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<java.release>8</java.release>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<bnd.version>6.4.0</bnd.version>
<bnd.version>7.0.0</bnd.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<assertj.version>3.24.2</assertj.version>
<xmlunit.version>2.9.1</xmlunit.version>
Expand Down

0 comments on commit 180d20b

Please sign in to comment.