Skip to content

Bump cia.project.versions.bytebuddy from 1.10.19 to 1.10.20#2517

Merged
pethers merged 1 commit into
masterfrom
dependabot/maven/cia.project.versions.bytebuddy-1.10.20
Feb 3, 2021
Merged

Bump cia.project.versions.bytebuddy from 1.10.19 to 1.10.20#2517
pethers merged 1 commit into
masterfrom
dependabot/maven/cia.project.versions.bytebuddy-1.10.20

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps cia.project.versions.bytebuddy from 1.10.19 to 1.10.20.
Updates 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

Updates byte-buddy-agent from 1.10.19 to 1.10.20

Release notes

Sourced from byte-buddy-agent'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-agent'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 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `cia.project.versions.bytebuddy` from 1.10.19 to 1.10.20.

Updates `byte-buddy` from 1.10.19 to 1.10.20
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.10.19...byte-buddy-1.10.20)

Updates `byte-buddy-agent` from 1.10.19 to 1.10.20
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.10.19...byte-buddy-1.10.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@sonarqubecloud

sonarqubecloud Bot commented Feb 3, 2021

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ghost

ghost commented Feb 3, 2021

Copy link
Copy Markdown

Black Duck Security Report

Merging #2517 into master will not change security risk.

Click here to see full report

@pethers pethers merged commit e655eac into master Feb 3, 2021
@dependabot-preview dependabot-preview Bot deleted the dependabot/maven/cia.project.versions.bytebuddy-1.10.20 branch February 3, 2021 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant