tonybaloney / pycharm-security

Finds security holes in your Python projects from PyCharm and GitHub
https://pycharm-security.readthedocs.io/en/latest/?badge=latest
MIT License
327 stars 21 forks source link

Bump byte-buddy-agent from 1.12.21 to 1.12.22 #414

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps byte-buddy-agent from 1.12.21 to 1.12.22.

Release notes

Sourced from byte-buddy-agent's releases.

Byte Buddy 1.12.22

  • Support MethodHandle and MethodType in Advice.Origin annotation.
  • Support MethodHandles.Lookup in Origin and Advice.Origin annotations.
  • Use modern API for Gradle Android API, if available, to avoid now failing cast.
Changelog

Sourced from byte-buddy-agent's changelog.

Byte Buddy release notes

Commits
  • 641f5a3 [maven-release-plugin] prepare release byte-buddy-1.12.22
  • d732497 [release] Release new version
  • cc7c5c2 Adjust internal type hierarchy.
  • 99e6861 Merge pull request #1389 from LikeTheSalad/master
  • 6fe8a5c Using debug logs for DependenciesClasspathProvider
  • 0ba7bd7 Added class headers
  • e8c15a6 Using DependenciesClasspathProvider implementations
  • 6ff15e3 Created the DependenciesClasspathProvider interface and its implementations
  • 6a3faca Updated dependencies verification metadata
  • 493eb7d Update to latest version.
  • 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[bot] commented 1 year ago

Superseded by #419.