radarsh / gradle-test-logger-plugin

A Gradle plugin for printing beautiful logs on the console while running tests
Apache License 2.0
846 stars 38 forks source link

Bump byte-buddy from 1.12.7 to 1.12.9 #265

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps byte-buddy from 1.12.7 to 1.12.9.

Release notes

Sourced from byte-buddy's releases.

Byte Buddy 1.12.8

  • Make Step type in MemberSubstitution public as intended.
  • Add factory that uses ArrayDeque instead of LinkedList if the used JVM supports it (Java 6+).
  • Fix resolution of internal names for arrays in TypeReferenceAdjustment.
Changelog

Sourced from byte-buddy's changelog.

Byte Buddy release notes

10. February 2022: version 1.12.8

  • Make Step type in MemberSubstitution public as intended.
  • Add factory that uses ArrayDeque instead of LinkedList if the used JVM supports it (Java 6+).
  • Fix resolution of internal names for arrays in TypeReferenceAdjustment.
Commits
  • 237a6b3 [maven-release-plugin] prepare release byte-buddy-1.12.9
  • f22567b [release] Update checkout action.
  • 059755c [release] Release new version.
  • 008caed [release] Release new version.
  • 3a96680 Fix annotation string rendering on Java 19.
  • 85a0943 [release] Release new version.
  • 6a2b8ca Adjust release file.
  • 395c488 [release] Release new version.
  • 1ac81af [release] Release new version.
  • 96e0285 [release] Release new 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)
coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 97.468% when pulling eb67026bc8d0459249c9eff91271263ccb83befe on dependabot/gradle/net.bytebuddy-byte-buddy-1.12.9 into 494f78333030e3a72874b652a758cdce16a14288 on develop.

dependabot[bot] commented 2 years ago

Superseded by #267.