dependabot[bot] opened a new pull request, #331:
URL: https://github.com/apache/maven-plugin-tools/pull/331

   Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 
1.14.18 to 1.15.4.
   <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.4</h2>
   <ul>
   <li>Add non-experimental support for Java 24.</li>
   </ul>
   <h2>Byte Buddy 1.15.3</h2>
   <ul>
   <li>Treat multi-release class files that are newer than the supported 
version as regular resources.</li>
   <li>Allow overriding the multi-release class file version from Maven and 
Gradle plugin.</li>
   <li>Correctly resolve multi-release class files in Android.</li>
   </ul>
   <h2>Byte Buddy 1.15.2</h2>
   <ul>
   <li>Add support for multi-release JAR files in 
<code>ClassFileLocator</code>s and <code>Plugin.Engine.Default</code>.</li>
   <li>Add Gradle task for transforming multiple jar files with 
<code>ByteBuddyJarsTask</code>.</li>
   <li>Avoid validation of <code>JarFile</code> when extracting individual 
entries.</li>
   <li>Rework discovery in <code>ByteBuddyMojo</code>.</li>
   </ul>
   <h2>Byte Buddy 1.15.1</h2>
   <ul>
   <li>Revert default <code>EntryPoint</code> for Android Gradle plugin to use 
<code>DECORATE</code> unless explicitly specified due to many generic type 
errors in Kotlin classes.</li>
   </ul>
   <h2>Byte Buddy 1.15.0</h2>
   <ul>
   <li>Introduce <code>AsmClassWriter</code> and <code>AsmClassReader</code> 
abstractions that allow for plugging different implementations of readers and 
writers.</li>
   <li>Add configuration extension to the Android Gradle plugin and make it 
behave like regular Gradle plugin with standard configuration.</li>
   <li>Throw <code>TypeNotPresentException</code> upon discovering undeclared 
type variables as it was recently fixed on the JVM.</li>
   </ul>
   <h2>byte-buddy-1.14.19</h2>
   <ul>
   <li>Add Maven Mojo for transforming jars and for transforming dependencies 
folder.</li>
   <li>Better error handling for unresolved type variables.</li>
   <li>Allow loading arguments of the instrumented method in 
<code>MemberSubstitution</code>.</li>
   <li>Fix checks for method visibility.</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>9. October 2024: version 1.15.4</h3>
   <ul>
   <li>Add non-experimental support for Java 24.</li>
   </ul>
   <h3>26. September 2024: version 1.15.3</h3>
   <ul>
   <li>Treat multi-release class files that are newer than the supported 
version as regular resources.</li>
   <li>Allow overriding the multi-release class file version from Maven and 
Gradle plugin.</li>
   <li>Correctly resolve multi-release class files in Android.</li>
   </ul>
   <h3>25. September 2024: version 1.15.2</h3>
   <ul>
   <li>Add support for multi-release JAR files in 
<code>ClassFileLocator</code>s and <code>Plugin.Engine.Default</code>.</li>
   <li>Add Gradle task for transforming multiple jar files with 
<code>ByteBuddyJarsTask</code>.</li>
   <li>Avoid validation of <code>JarFile</code> when extracting individual 
entries.</li>
   <li>Rework discovery in <code>ByteBuddyMojo</code>.</li>
   </ul>
   <h3>29. August 2024: version 1.15.1</h3>
   <ul>
   <li>Revert default <code>EntryPoint</code> for Android Gradle plugin to use 
<code>DECORATE</code> unless explicitly specified due to many generic type 
errors in Kotlin classes.</li>
   </ul>
   <h3>23. August 2024: version 1.15.0</h3>
   <ul>
   <li>Introduce <code>AsmClassWriter</code> and <code>AsmClassReader</code> 
abstractions that allow for plugging different implementations of readers and 
writers.</li>
   <li>Add configuration extension to the Android Gradle plugin and make it 
behave like regular Gradle plugin with standard configuration.</li>
   <li>Throw <code>TypeNotPresentException</code> upon discovering undeclared 
type variables as it was recently fixed on the JVM.</li>
   </ul>
   <h3>16. August 2024: version 1.14.19</h3>
   <ul>
   <li>Add Maven Mojo for transforming jars and for transforming dependencies 
folder.</li>
   <li>Better error handling for unresolved type variables.</li>
   <li>Allow loading arguments of the instrumented method in 
<code>MemberSubstitution</code>.</li>
   <li>Fix checks for method visibility.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/e57aaf7313e668dfd02d5b28eca43e29dfcfcf9f";><code>e57aaf7</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.15.4</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/1e2e40f8b1fd2e4617b146281b6570092c11f0ab";><code>1e2e40f</code></a>
 [release] Release new version</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/2f604169e63a5a04c7190ef014108b4efc9d3188";><code>2f60416</code></a>
 Update OS configuration.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/1250fac23cb8ac82279a4cf8972a862801532344";><code>1250fac</code></a>
 Add checksums.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/cb1e8d410e25f7b4bf152ed005736a00f89c7a37";><code>cb1e8d4</code></a>
 Update ASM version.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/fe56d6d69ca5c55f431e2901f059e7fd1e0419b0";><code>fe56d6d</code></a>
 Update internal Byte Buddy and release notes.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/0591c26a0bc6160b6622aae0694460a77c26c71e";><code>0591c26</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/2c7a781c96d22514365229f4d1f46a0eaab6d434";><code>2c7a781</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.15.3</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/209b5952cc057b71f00c06c23d9a85c283156d92";><code>209b595</code></a>
 [release] Release new version</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/799090cbc62e9521d0f25211c6c3c3148d1fbe22";><code>799090c</code></a>
 Remove imports.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.18...byte-buddy-1.15.4";>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.18&new-version=1.15.4)](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

Reply via email to