dependabot[bot] opened a new pull request, #1984: URL: https://github.com/apache/maven/pull/1984
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.15.11. <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.15.11</h2> <ul> <li>Avoid dependency of <code>CachedReturnPlugin</code> on precompiled class files.</li> <li>Add <code>NOP</code> instruction when <code>Advice</code> is used on <code>void</code> methods as those might be empty which results on a frame being written to the same offset, causing an exception.</li> <li>Allow <code>Plugin.Enging</code> to link files instead of copying.</li> <li>Adjust validator code to avoid compiler bug that was reported by multiple users.</li> <li>Allow injection of class path as <code>File[]</code> to <code>Plugin</code> constructors.</li> <li>Allow for configuring variants when using the Android Gradle plugin.</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. December 2024: version 1.15.11</h3> <ul> <li>Avoid dependency of <code>CachedReturnPlugin</code> on precompiled class files.</li> <li>Add <code>NOP</code> instruction when <code>Advice</code> is used on <code>void</code> methods as those might be empty which results on a frame being written to the same offset, causing an exception.</li> <li>Allow <code>Plugin.Enging</code> to link files instead of copying.</li> <li>Adjust validator code to avoid compiler bug that was reported by multiple users.</li> <li>Allow injection of class path as <code>File[]</code> to <code>Plugin</code> constructors.</li> <li>Allow for configuring variants when using the Android Gradle plugin.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/08578b9b02c9837ef811fdbe1ec55949bc522fee"><code>08578b9</code></a> [maven-release-plugin] prepare release byte-buddy-1.15.11</li> <li><a href="https://github.com/raphw/byte-buddy/commit/8b4485f34205f47a4c9e797eee43dbfc4c750db5"><code>8b4485f</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e9bde621ea67f47436818264aa713c3ef1640fc8"><code>e9bde62</code></a> Add checksums for new release plugin.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/268bf967378d9194a244a87423c7e15392a869f9"><code>268bf96</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/c15c880139bc434d8d8df246402b6ee540b307e6"><code>c15c880</code></a> Clean up build and remove access to projects from Maven and Gradle plugins as...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/efbd6cb453a8c37ec610bbdaeb8c382c0eaac139"><code>efbd6cb</code></a> Remove debug output.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5237719ef1bd7c33f6bc0017dbb66299e476fb69"><code>5237719</code></a> Clean up code according to existing conventions.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ea9ad3df1aa256cdc2db0f373b0899b93603fdd7"><code>ea9ad3d</code></a> Config avoidance (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1737">#1737</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/f071a02cb82229bdfe1a97042eff538b6569d641"><code>f071a02</code></a> Add additional arguments to plugins.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/01d06f97b1207d4f4d72c97e157233ada56bdd8c"><code>01d06f9</code></a> Avoid JIT compilation bug in validator.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.10...byte-buddy-1.15.11">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.15.10&new-version=1.15.11)](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org