Skip to content
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

fix(deps): update dependency org.apache.bcel:bcel to v6.7.0 #2278

Merged
merged 1 commit into from Oct 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.bcel:bcel (source) 6.6.1 -> 6.7.0 age adoption passing confidence

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@ThrawnCA
Copy link
Contributor

Looks like our build isn't ready for the newer BCEL.

@renovate renovate bot changed the title fix(deps): update dependency org.apache.bcel:bcel to v6.7.0 Update dependency org.apache.bcel:bcel to v6.7.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency org.apache.bcel:bcel to v6.7.0 fix(deps): update dependency org.apache.bcel:bcel to v6.7.0 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/org.apache.bcel-bcel-6.x branch from da2b468 to de123b2 Compare January 5, 2023 01:21
@renovate renovate bot force-pushed the renovate/org.apache.bcel-bcel-6.x branch from de123b2 to 67e690f Compare January 16, 2023 17:47
@hazendaz
Copy link
Member

Adding link to the change log for bcel for easy reference while looking into this https://commons.apache.org/proper/commons-bcel/changes-report.html#a6.7.0.

@gtoison
Copy link
Contributor

gtoison commented Jan 26, 2023

@hazendaz it seems to me that the issue is that we build with BCEL 6.7.0 and then we analyze the project with the SpotBugs Gradle plugin (which was built with the previous version of BCEL) but the plugin uses BCEL 6.7.0, not the version it was built with.
Does it make sense?

@teicher
Copy link

teicher commented Feb 20, 2023

Since bcel-6.5.0 has CVE-2022-42920 (CRITICAL)
the current spotbugs release 4.7.3 is reported as causing vulnerabilities in dependency-check...

@renovate renovate bot force-pushed the renovate/org.apache.bcel-bcel-6.x branch 5 times, most recently from e0fe93e to 61d86d8 Compare March 25, 2023 19:20
@JuditKnoll
Copy link
Collaborator

Since bcel-6.5.0 has CVE-2022-42920 (CRITICAL) the current spotbugs release 4.7.3 is reported as causing vulnerabilities in dependency-check...

As far as I can see, the current master is on bcel version 6.6.1, which is not affected by this problem. However, it would be great to have this PR in spotbugs 4.7.4, it is not critical.

@nbauma109
Copy link
Contributor

Several issues here, I noticed at least 2:

@renovate renovate bot force-pushed the renovate/org.apache.bcel-bcel-6.x branch from 61d86d8 to 1cd103a Compare May 8, 2023 15:22
@JuditKnoll
Copy link
Collaborator

The relevant PR (apache/commons-bcel#221) got merged to bcel, so the next bcel version should work with the changes in this PR. However, I don't have any timeline info about the bcel release.

@hazendaz
Copy link
Member

hazendaz commented Oct 5, 2023

letting renovate rebase again to see if docs is related to us or that process since all recent PRs are failing today.

@renovate renovate bot force-pushed the renovate/org.apache.bcel-bcel-6.x branch from ac6f1db to fff629d Compare October 5, 2023 01:00
@hazendaz hazendaz merged commit cfc9148 into master Oct 5, 2023
0 of 9 checks passed
@renovate renovate bot deleted the renovate/org.apache.bcel-bcel-6.x branch October 5, 2023 01:01
@hazendaz
Copy link
Member

hazendaz commented Oct 5, 2023

arggg...mistakenly messed this up. Will fix it...

@hazendaz hazendaz added this to the SpotBugs 4.8.0 milestone Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants