radarsh / gradle-test-logger-plugin

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

Bump byte-buddy from 1.12.2 to 1.12.4 #247

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps byte-buddy from 1.12.2 to 1.12.4.

Release notes

Sourced from byte-buddy's releases.

Byte Buddy 1.12.4

  • Make paths in Gradle plugin relative and therewith cachable.
  • Add explicit check for empty or non-existent source folder to Maven and Gradle plugins.
  • Add support for modules when accessing system class loader for Nexus or Installer.
  • Add nullability annotations to all type members which are nullable and declare non-nullability the default.

Byte Buddy 1.12.3

  • Move configuration for Java version to extension and avoid implicit configuration during task execution to allow for using a configuration cache.
  • Make fail last the alternative to fail fast instead of not failing the build. Enable fail fast by default in the Gradle plugin.
  • Use instrumented type in MemberSubstitution to include newly added properties in its description.
Changelog

Sourced from byte-buddy's changelog.

15. December 2021: version 1.12.4

  • Make paths in Gradle plugin relative and therewith cachable.
  • Add explicit check for empty or non-existent source folder to Maven and Gradle plugins.
  • Add support for modules when accessing system class loader for Nexus or Installer.
  • Add nullability annotations to all type members which are nullable and declare non-nullability the default.

2. December 2021: version 1.12.3

  • Move configuration for Java version to extension and avoid implicit configuration during task execution to allow for using a configuration cache.
  • Make fail last the alternative to fail fast instead of not failing the build. Enable fail fast by default in the Gradle plugin.
  • Use instrumented type in MemberSubstitution to include newly added properties in its description.
Commits
  • e852a1f [maven-release-plugin] prepare release byte-buddy-1.12.4
  • e9e8622 [release] Publish new version.
  • fc732a5 Undo failed release.
  • 891ddf3 [maven-release-plugin] prepare for next development iteration
  • 211b33d [maven-release-plugin] prepare release byte-buddy-1.12.4
  • 7917632 [release] Release new version.
  • 7f21c28 Complete migration to maybe annotations.
  • 386a712 Complete annotations.
  • b35f09b Remove generics.
  • 1bfb597 More nullable annotations.
  • 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.974% when pulling 8ae0cd3eae78a6a6b218c1b2a98904795deb922c on dependabot/gradle/net.bytebuddy-byte-buddy-1.12.4 into 6b901963f5d40b8f4193c70bf424674bc57a9594 on develop.

dependabot[bot] commented 2 years ago

Superseded by #248.