-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump org.apache.bcel:bcel from 6.9.0 to 6.10.0 #3023
Bump org.apache.bcel:bcel from 6.9.0 to 6.10.0 #3023
Conversation
The error here is a CNFE coming from This should be a transitive dep of Here's a snippet from the
And here's a link to the POM on this BCEL release showing a different version. |
I managed to find the culprit - this is coming from an Arquillian BOM import.
A newer version of arq. exists and has this transitive dep updated.
EDIT: Newer version of Arq. alone doesn't help as a BOM import of Shrinkwrap resolver (3.3.0) will cause the same issue. While at it, I will still try to update all Arq./Shrinkwrap deps to newer versions as that's something dependabot won't be able to do due to multiple BOM splits. |
Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 6.9.0 to 6.10.0. - [Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-bcel@rel/commons-bcel-6.9.0...rel/commons-bcel-6.10.0) --- updated-dependencies: - dependency-name: org.apache.bcel:bcel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
bd3924a
to
65f0e37
Compare
…kwrap API and resolver BOMs
65f0e37
to
9b456c3
Compare
In the end I chose to not include the conflicting bom and instead kept the two needed shrinkwrap resolver deps explicitly versioned. This way there doesn't need to be any version specific for the |
Bumps org.apache.bcel:bcel from 6.9.0 to 6.10.0.
Changelog
Sourced from org.apache.bcel:bcel's changelog.
... (truncated)
Commits
907c61d
Prepare for the next release candidatea7333c0
Prepare for the next release candidate2d95820
Add Const.MAJOR_248f87b81
Add Const.MAJOR_23e9aa068
Add Const.MAJOR_229818c89
Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 #33210f5191
Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (#332)fe3651d
Bump github/codeql-action from 3.25.11 to 3.25.12 (#333)d93052b
Remove redundant keywords65bd198
Remove redundant keywordsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)