commons-parent
commons-parent copied to clipboard
Bump biz.aQute.bnd:biz.aQute.bndlib from 6.4.1 to 7.0.0
Bumps biz.aQute.bnd:biz.aQute.bndlib from 6.4.1 to 7.0.0.
Commits
b82dc86build: Build Release 7.0.07fddd3ebuild: Build Release 7.0.0.RC35f700d2Handle the internal refactoring packages moving bundlesb764ee8build: Build Release 7.0.0.RC21b4ca76Removes Require-Capability for osgi.service AnyServiced185adeFix MojoExecutionException in m2e plugin when using maven-jar-plugin 3.x709285cbuild: Build Release 7.0.0.RC17d05252Merge pull request #5765 from DataInMotion/576140e21c3Merge pull request #5769 from bndtools/dependabot/github_actions/actions/uplo...daca980build(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Needs maven plugin support.
@dependabot rebase
I suspect that dependabot relies on the default version to determine if a plugin needs to be updated. So rather than changing the version if java17+ is detected, instead update the default to the latest and backdate it for Java 8-16 inclusive. This is what was done for Java 7 compatibilty, see profile: jdk7-plugin-fix-version
@dependabot rebase
Superseded by #548.