nbauma109 / ecd

An Eclipse Plugin to integrate different Class Decompiler seamlessly into the development workflow
Eclipse Public License 1.0
3 stars 0 forks source link

Bump org.apache.bcel:bcel from 6.7.0 to 6.8.2 #153

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps org.apache.bcel:bcel from 6.7.0 to 6.8.2.

Changelog

Sourced from org.apache.bcel:bcel's changelog.

Apache Commons BCEL Version 6.8.2 RELEASE NOTES

Introduction

The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.8.2.

The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are represented by objects containing all the symbolic information of the given class: methods, fields, and byte code instructions.

Maintenance and bug fix release.

New Features

  •       Fix ConcurrentModificationException in org.apache.bcel.util.SyntheticRepository.getInstance() [#275](https://github.com/apache/commons-bcel/issues/275). Thanks to Guillaume Nodet.
    
  •       Add Maven property project.build.outputTimestamp for build reproducibility. Thanks to Gary Gregory.
    

Changes

  •       Bump GitHub various actions for CI builds. Thanks to Dependabot.
    
  •       Bump org.assertj:assertj-core from 3.25.1 to 3.25.2. Thanks to Dependabot.
    
  •       Bump org.apache.commons:commons-parent from 65 to 66. Thanks to Dependabot.
    

Historical list of changes: https://commons.apache.org/proper/commons-bcelchanges-report.html

For complete information on Apache Commons BCEL, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website:

https://commons.apache.org/proper/commons-bcel

Download it from https://commons.apache.org/proper/commons-bcel/download_bcel.cgi

Have fun! -Apache Commons BCEL team

Feedback

Open source works best when you give feedback:

https://commons.apache.org/bcel

Please direct all bug reports to JIRA:

https://issues.apache.org/jira/browse/BCEL

... (truncated)

Commits
  • 749d99c Prepare release candidate
  • e7cfca2 Prepare release candidate
  • d6e29d1 Whitespace
  • 51254ed Fix ConcurrentModificationException in org.apache.bcel.util.SyntheticReposito...
  • 767ea9f Fix concurrent map access exception (#275)
  • 01fd7ec Bump github/codeql-action from 3.24.0 to 3.24.3 (#274)
  • e144e4c Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#273)
  • ca9d55d Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (#272)
  • b381bea Use StringBuilder
  • e1e5f5e Remove variable assignment just before returning it
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 5 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.