bsideup / jabel

Jabel - unlock Javac 9+ syntax when targeting Java 8
Apache License 2.0
803 stars 47 forks source link

Bump byte-buddy from 1.11.21 to 1.11.22 #116

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps byte-buddy from 1.11.21 to 1.11.22.

Release notes

Sourced from byte-buddy's releases.

Byte Buddy 1.11.22

  • Remove automatic frame padding mechanism in favor of explicit NOP instruction after injected blocks.
Changelog

Sourced from byte-buddy's changelog.

29. October 2021: version 1.11.22

  • Remove automatic frame padding mechanism in favor of explicit NOP instruction after injected blocks.
Commits
  • 6794c4b [maven-release-plugin] prepare release byte-buddy-1.11.22
  • 8b1606a [release] New release
  • cf0aba1 Remove frame padding visitor and replace with explicit noop instructions to i...
  • 91fa996 Fix frame padding and add additional test.
  • 2e19ffa Small adjustment to test.
  • 7ea2a92 Add additional test case for known issue.
  • c7f8aab Oppdaterer internt Byte Buddy.
  • 4e0d892 Fix default element type use.
  • a4954d4 Update release-notes.md
  • 0594b9c [maven-release-plugin] prepare for next development iteration
  • See full diff 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 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)
dependabot[bot] commented 3 years ago

Superseded by #119.