Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
861: build(deps): Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 r=github-actions[bot] a=dependabot[bot] Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.5 to 1.14.6. <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.6</h2> <ul> <li>Add <code>PatchMode.SUBSTITUTE</code> and <code>ResettableClassFileTransformer.Substitutable</code> for in-order patching.</li> <li>Allow for explicit specification og differential matcher when patching an <code>AgentBuilder</code>.</li> <li>Add platform loader to locator for build plugins.</li> <li>Correctly resolve accessors for fields with capitalized first letter.</li> <li>Make jars for Android read-only as newer versions require it.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy's changelog</a>.</em></p> <blockquote> <h3>15. August 2023: version 1.14.6</h3> <ul> <li>Add <code>PatchMode.SUBSTITUTE</code> and <code>ResettableClassFileTransformer.Substitutable</code> for in-order patching.</li> <li>Allow for explicit specification og differential matcher when patching an <code>AgentBuilder</code>.</li> <li>Add platform loader to locator for build plugins.</li> <li>Correctly resolve accessors for fields with capitalized first letter.</li> <li>Make jars for Android read-only as newer versions require it.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/199ce8eca600a63d813a5861394088cadd816c90"><code>199ce8e</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.6</li> <li><a href="https://github.com/raphw/byte-buddy/commit/572307e0cac85e6829db45c31366998fffe2dad3"><code>572307e</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/405af61b7849059482a1b6a0d5b8ace583c44b2b"><code>405af61</code></a> Add method to patch with explicit differential matcher.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/0f1d715b24ce4842521ab294e636382a3cce129e"><code>0f1d715</code></a> Make substitutable class file transformers unwrappable and unwrap before appl...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5e3f7fcd47ec135d3e9cf6eeb5c0135a8b91dcc4"><code>5e3f7fc</code></a> Avoid running annotation-related tests on Windows for Java 17 as they fail on...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/c0fbd7f406637c0ddab1709b0d0e548a8b39181e"><code>c0fbd7f</code></a> Add checksums.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/67ac129b815d064bb06b13f48ad64b7e34acb70f"><code>67ac129</code></a> Fix compatibility warning (false positive).</li> <li><a href="https://github.com/raphw/byte-buddy/commit/10e13acd1cb8b8ad9aa0ddb6081600c72db4c4ab"><code>10e13ac</code></a> Attempt changing class name.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/f13bce2c74795365a6e3fef56da183726d000957"><code>f13bce2</code></a> Attempt changing class name.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e72c091779b4ab11223315a0e4b7ad20dbe62335"><code>e72c091</code></a> Add platform loader to Maven Mojo provided class file locator.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.5...byte-buddy-1.14.6">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.5&new-version=1.14.6)](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