Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

build(deps): bump byte-buddy from 1.10.19 to 1.10.20 #659

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2021

Bumps byte-buddy from 1.10.19 to 1.10.20.

Release notes

Sourced from byte-buddy's releases.

Byte Buddy, 1.10.20

  • Reuse simple but commonly used matchers as constants to avoid repeated allocation.
  • Allow build plugins to be discovered from a plugin's class path.
  • Do not use cached version of classes that are currently transformed.
  • Allow using an incremental class path for build plugins in Gradle.
  • Fix filter applied to declared, non-virtual methods in MethodCall.
Changelog

Sourced from byte-buddy's changelog.

3. February 2021: version 1.10.20

  • Reuse simple but commonly used matchers as constants to avoid repeated allocation.
  • Allow build plugins to be discovered from a plugin's class path.
  • Do not use cached version of classes that are currently transformed.
  • Allow using an incremental class path for build plugins in Gradle.
  • Fix filter applied to declared, non-virtual methods in MethodCall.
Commits
  • c1fb9ef [maven-release-plugin] prepare release byte-buddy-1.10.20
  • 83cebfa [release] New release
  • d30e968 Add matcher filter for declared methods.
  • 636c274 Add support for incremental class path in Byte Buddy Gradle task.
  • bf3ad4e Do not discover plugins that were explicitly configured or previously discove...
  • 84a5c40 Correct variable.
  • ca89db8 Add info in readme.
  • 0b7dcdf Fixing variable name.
  • 2650208 Fix logging and update dependencies.
  • 37c8969 Use correct class loader for discovered plugins.
  • 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 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 dependabot bot requested a review from a team as a code owner February 4, 2021 05:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 4, 2021
@janolaveide janolaveide merged commit d0cdfac into master Feb 4, 2021
@janolaveide janolaveide deleted the dependabot/maven/net.bytebuddy-byte-buddy-1.10.20 branch February 4, 2021 08:27
# for free to join this conversation on GitHub. Already have an account? # 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