Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1138: build(deps): Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 r=github-actions[bot] a=dependabot[bot] Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.12 to 1.14.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.14.13</h2> <ul> <li>Avoid resolving type variables when generic type processing is disabled.</li> <li>Improve error message for Byte Buddy agent external attach.</li> <li>Fix build for modular jars when using later version than Java 8.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/93cee8f4b5f5be74e6026f322d622003d71c3558"><code>93cee8f</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.13</li> <li><a href="https://github.com/raphw/byte-buddy/commit/8236faebb45f08ecde6ea00bb201f1fd4a0fc419"><code>8236fae</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5ce63525e4126369bf66f81c555f01feea2d5794"><code>5ce6352</code></a> Remove test that cannot run in context.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/53ce259455858e931b165851dbd82bf5942baf12"><code>53ce259</code></a> Legger inn type vitness.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/09dc1a9d65893107fc43ef2951b8b502eb946b04"><code>09dc1a9</code></a> Don't resolve parameterized types for RAW_TYPES mode (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1604">#1604</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ddc76989a35bab0cee0bb51b8444bbf80d074445"><code>ddc7698</code></a> Improve error message.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/3b4ed21c97a960ddd8196cdd76c62810f9a6cfd2"><code>3b4ed21</code></a> Increment internal Byte Buddy.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/db916989d405341726be2981297fc257f0c669c0"><code>db91698</code></a> Bump org.apache.commons:commons-compress in /byte-buddy-maven-plugin (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1597">#1597</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/7841ebc8cd286a7240d7b1ac059be686e5e08673"><code>7841ebc</code></a> Avoid broken modular jars when using the shade plugin where the jar tool is r...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/76987df2de9886e356eeacfd7b79d447d35405e6"><code>76987df</code></a> Add main class.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.12...byte-buddy-1.14.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy&package-manager=maven&previous-version=1.14.12&new-version=1.14.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - ``@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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information