Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps org.ow2.asm:asm from 9.5 to 9.6.

30 September 2023: ASM 9.6 (tag ASM_9_6)

  • new Opcodes.V22 constant for Java 22

bug fixes:

  • 317991: Analyzer produces frames that have different locals than those detected by JRE bytecode verifier
  • 317995: Invalid stackmap generated when the instruction stream has new instruction after invokespecial to
  • 317998: Analyzer can fail to catch thrown exceptions
  • 318002: asm-analysis Frame allocates an array unnecessarily inside executeInvokeInsn bug in CheckFrameAnalyzer with static methods

24 March 2023: ASM 9.5 (tag ASM_9_5)
- new Opcodes.V21 constant for Java 21

  • new readBytecodeInstructionOffset hook in ClassReader
  • more detailed exception messages
  • Javadoc improvements and fixes

bug fixes

  • 317989: Silent removal of zero-valued entries from the line-number table

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.ow2.asm:asm from 9.5 to 9.6.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 2, 2023
@slachiewicz slachiewicz merged commit 76d72d3 into master Oct 3, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.ow2.asm-asm-9.6 branch October 3, 2023 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant