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

Bump org.apache.bcel:bcel from 6.9.0 to 6.10.0 #1078

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps org.apache.bcel:bcel from 6.9.0 to 6.10.0.

Changelog

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

Apache Commons BCEL Version 6.10.0 RELEASE NOTES

Introduction

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

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. Requires a minimum of Java 8.

Changes

  •       Fix PMD UnnecessaryFullyQualifiedName. Thanks to Gary Gregory.
    
  •       Fix PMD EmptyCatchBlock by allowing commented blocks. Thanks to Gary Gregory.
    
  •       Fix PMD EmptyControlStatement by allowing commented blocks. Thanks to Gary Gregory.
    
  •       Fix SpotBugs RV_RETURN_VALUE_IGNORED_BAD_PRACTICE in JasminVisitor. Thanks to Gary Gregory.
    
  •       SpotBugs checks should ignore code generated by JavaCC. Thanks to Gary Gregory.
    
  •       Fix SpotBugs URF_UNREAD_FIELD in ClassDumper. Thanks to Gary Gregory.
    
  •       Fix SpotBugs DM_DEFAULT_ENCODING in JasminVisitor. Thanks to Gary Gregory.
    
  •       Fix SpotBugs RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE in ASTFunAppl. Thanks to Gary Gregory.
    
  •       Fix SpotBugs RV_ABSOLUTE_VALUE_OF_HASHCODE in Mini.Environment. Thanks to Gary Gregory.
    
  •       Fix SpotBugs DM_DEFAULT_ENCODING in Mini.MiniC. Thanks to Gary Gregory.
    
  •       Fix SpotBugs WMI_WRONG_MAP_ITERATOR in Package.go(String[]). Thanks to Gary Gregory.
    
  •       Deprecate TransitiveHull.INGORED in favor of TransitiveHull.getIgnored(). Thanks to Gary Gregory.
    
  •       Add accessors to model and unit tests, Javadoc [#183](https://github.com/apache/commons-bcel/issues/183). Thanks to nbauma109, Gary Gregory, Mark Roberts.
    
  •       Add Const.MAJOR_22. Thanks to Gary Gregory.
    
  •       Add Const.MINOR_22. Thanks to Gary Gregory.
    
  •       Add Const.MAJOR_23. Thanks to Gary Gregory.
    
  •       Add Const.MINOR_23. Thanks to Gary Gregory.
    
  •       Add Const.MAJOR_24. Thanks to Gary Gregory.
    
  •       Add Const.MINOR_24. Thanks to Gary Gregory.
    
  •       Bump tests from org.assertj:assertj-core 3.25.3 to 3.26.3 [#322](https://github.com/apache/commons-bcel/issues/322), [#332](https://github.com/apache/commons-bcel/issues/332). Thanks to Dependabot.
    
  •       Bump tests from org.jetbrains.kotlin:kotlin-stdlib 1.9.23 to 2.0.0 [#309](https://github.com/apache/commons-bcel/issues/309), [#318](https://github.com/apache/commons-bcel/issues/318). Thanks to Dependabot.
    
  •       Bump tests from org.apache.commons:commons-collections4 4.4 to 4.5.0-M2. Thanks to Gary Gregory.
    
  •       Bump org.apache.commons:commons-parent from 69 to 71. Thanks to Gary Gregory.
    
  •       Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 [#331](https://github.com/apache/commons-bcel/issues/331). Thanks to Gary Gregory.
    

Historical list of changes: https://commons.apache.org/proper/commons-bcel/changes-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

... (truncated)

Commits
  • 907c61d Prepare for the next release candidate
  • a7333c0 Prepare for the next release candidate
  • 2d95820 Add Const.MAJOR_24
  • 8f87b81 Add Const.MAJOR_23
  • e9aa068 Add Const.MAJOR_22
  • 9818c89 Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 #332
  • 10f5191 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 keywords
  • 65bd198 Remove redundant keywords
  • Additional commits viewable in compare view

Dependabot compatibility score

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

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>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Jul 24, 2024
Copy link

☀️   Quality Monitor

   🚦   Tests: 100 % successful (✔️ 1283 passed, 🙈 2 skipped)
   〰️   Line Coverage: 94% (410 missed lines)
   ➰   Branch Coverage: 88% (256 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No warnings

Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit 37772b4 into main Aug 6, 2024
29 checks passed
@uhafner uhafner deleted the dependabot/maven/org.apache.bcel-bcel-6.10.0 branch August 6, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant