dependabot[bot] opened a new pull request, #977: URL: https://github.com/apache/maven-plugin-tools/pull/977
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.4 to 1.17.7. <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.17.7</h2> <ul> <li>Specify correct JVM environment for Android builds when using the Gradle plugin.</li> <li>Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.</li> <li>Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.</li> </ul> <h2>Byte Buddy 1.17.6</h2> <ul> <li>Add convenience wrapper for <code>ResettableClassFileTransformer</code> that implicitly delegates to correct transformer method.</li> <li>Add filter for deduplicate fields and methods in class file.</li> <li>Add missing static requirement of Spotbugs annotations to module descriptors.</li> <li>Add <code>LazinessMode</code> for <code>TypePool</code> and add convenience support to <code>AgentBuilder</code>.</li> <li>Fix source jars for multi-version release to contain duplicated source.</li> </ul> <h2>Byte Buddy 1.17.5</h2> <ul> <li>Update ASM to version 9.8 to support Java 25 using ASM reader and writer.</li> <li>Include <code>AnnotationRemoval</code> visitor for removing or replacing annotations.</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>17. August 2025: version 1.17.7</h3> <ul> <li>Specify correct JVM environment for Android builds when using the Gradle plugin.</li> <li>Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.</li> <li>Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.</li> </ul> <h3>16. June 2025: version 1.17.6</h3> <ul> <li>Add convenience wrapper for <code>ResettableClassFileTransformer</code> that implicitly delegates to correct transformer method.</li> <li>Add filter for deduplicate fields and methods in class file.</li> <li>Add missing static requirement of Spotbugs annotations to module descriptors.</li> <li>Add <code>LazinessMode</code> for <code>TypePool</code> and add convenience support to <code>AgentBuilder</code>.</li> <li>Fix source jars for multi-version release to contain duplicated source.</li> </ul> <h3>30. March 2025: version 1.17.5</h3> <ul> <li>Update ASM to version 9.8 to support Java 25 using ASM reader and writer.</li> <li>Include <code>AnnotationRemoval</code> visitor for removing or replacing annotations.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/dc4d0de9c0b71fd5a44d4a0b41d2f0cd762a6639"><code>dc4d0de</code></a> [maven-release-plugin] prepare release byte-buddy-1.17.7</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5e3bf06cbc1df0e876072caec7be7bb4251c08c0"><code>5e3bf06</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5ad9575ef982c0d29cac8c8a8f1b8a055fce79db"><code>5ad9575</code></a> Small improvement of size handling.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e0e449bbe7705d45785f06fb76feffe4c11c3be3"><code>e0e449b</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/75cdf691476fa318f73c8a262da6547e81c96393"><code>75cdf69</code></a> Adjust caching.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/3d7e5b321d41346a7be3df293466c68fb221088a"><code>3d7e5b3</code></a> Minor refactoring.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/0aa4d9afbcb3a3b35318f5b835b4dba77e25fa09"><code>0aa4d9a</code></a> ParameterList - Cache the size and avoid iterator pattern (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1848">#1848</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/9feca462d92bbb9299ece891338b2e65494b77fe"><code>9feca46</code></a> Specifying configuration jvm environment (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1847">#1847</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/7230e2e421599f779e8b54b8ba68e5b3e46c39e0"><code>7230e2e</code></a> Adjust formatting and naming.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/dbd2be81a88a93965cfe9409cc4eb2214c973143"><code>dbd2be8</code></a> Use JVMS 4.2.2 "Unqualified name" definition to validate identifier (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1829">#1829</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.4...byte-buddy-1.17.7">compare view</a></li> </ul> </details> <br /> [](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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
