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

   Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 
1.11.13 to 1.14.16.
   <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.16</h2>
   <ul>
   <li>Update ASM and introduce support for Java 23.</li>
   </ul>
   <h2>Byte Buddy 1.14.15</h2>
   <ul>
   <li>Allow attaching from root on J9.</li>
   </ul>
   <h2>Byte Buddy 1.14.14</h2>
   <ul>
   <li>Adjust type validation to accept additional names that are legal in the 
class file format.</li>
   <li>Fix dynamic attach on Windows when a service user is active.</li>
   <li>Avoid failure when using Android's strict mode.</li>
   </ul>
   <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>
   <h2>Byte Buddy 1.14.12</h2>
   <ul>
   <li>Pin proxy class file version to avoid implicit changes when using Graal 
native image.</li>
   <li>Add support for Java 23.</li>
   <li>Add missing <code>@MaybeNull</code> annotation.</li>
   </ul>
   <h2>Byte Buddy 1.14.11</h2>
   <ul>
   <li>Adjusts Gradle plugin to support Gradle 8.4 without warnings.</li>
   <li>Avoid blurry exception on build plugin for fail fast.</li>
   </ul>
   <h2>byte-buddy-1.14.10</h2>
   <ul>
   <li>Add lazy facade to default <code>TypePool</code> in 
<code>AgentBuilder</code> to avoid parsing of types ignored by name.</li>
   <li>Avoid module info classes in Android plugin.</li>
   </ul>
   <h2>Byte Buddy 1.14.9</h2>
   <ul>
   <li>Update ASM to version 9.6</li>
   <li>Support Android plugin to support APG version 7.4</li>
   </ul>
   <h2>Byte Buddy 1.14.8</h2>
   <ul>
   <li>Correctly read versions from class file that would use both bytes.</li>
   <li>Fix Byte Buddy Gradle plugin for Gradle 8.3+.</li>
   <li>Correct field and static method access on subtypes in 
<code>MemberSubstitution</code>.</li>
   <li>Support APK 7.4+ versions in Byte Buddy Gradle for Android plugin.</li>
   </ul>
   <h2>Byte Buddy 1.14.7</h2>
   <ul>
   <li>Correctly read minor version from class file.</li>
   <li>Catch type resolution errors when applying 
<code>Plugin.Engine</code>.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>22. May 2024: version 1.14.16</h3>
   <ul>
   <li>Update ASM and introduce support for Java 23.</li>
   </ul>
   <h3>8. May 2024: version 1.14.15</h3>
   <ul>
   <li>Allow attaching from root on J9.</li>
   </ul>
   <h3>23. April 2024: version 1.14.14</h3>
   <ul>
   <li>Adjust type validation to accept additional names that are legal in the 
class file format.</li>
   <li>Fix dynamic attach on Windows when a service user is active.</li>
   <li>Avoid failure when using Android's strict mode.</li>
   </ul>
   <h3>28. March 2024: version 1.14.13</h3>
   <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>
   <h3>16. February 2024: version 1.14.12</h3>
   <ul>
   <li>Pin proxy class file version to avoid implicit changes when using Graal 
native image.</li>
   <li>Add support for Java 23.</li>
   <li>Add missing <code>@MaybeNull</code> annotation.</li>
   </ul>
   <h3>21. December 2023: version 1.14.11</h3>
   <ul>
   <li>Adjusts Gradle plugin to support Gradle 8.4 without warnings.</li>
   <li>Avoid blurry exception on build plugin for fail fast.</li>
   </ul>
   <h3>16. October 2023: version 1.14.10</h3>
   <ul>
   <li>Add lazy facade to default <code>TypePool</code> in 
<code>AgentBuilder</code> to avoid parsing of types ignored by name.</li>
   <li>Avoid module info classes in Android plugin.</li>
   </ul>
   <h3>9. October 2023: version 1.14.9</h3>
   <ul>
   <li>Update ASM to version 9.6</li>
   <li>Support Android plugin to support APG version 7.4</li>
   </ul>
   <h3>15. September 2023: version 1.14.8</h3>
   <ul>
   <li>Correctly read versions from class file that would use both bytes.</li>
   <li>Fix Byte Buddy Gradle plugin for Gradle 8.3+.</li>
   <li>Correct field and static method access on subtypes in 
<code>MemberSubstitution</code>.</li>
   <li>Support APK 7.4+ versions in Byte Buddy Gradle for Android plugin.</li>
   </ul>
   <h3>28. August 2023: version 1.14.7</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/8f37644d35fdb1478d0982995f9cee9f7e2a91ff";><code>8f37644</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.14.16</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/9e62bad5a1535a7ab16275652eac81ee5597833f";><code>9e62bad</code></a>
 [release] Release new version</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/6dc6b2ee59071ea88dbf9c3bbe4bf7df7aa95a69";><code>6dc6b2e</code></a>
 Add checksums and fix build configuration.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/840bab42306b5d074a9265511480d2388cec1d84";><code>840bab4</code></a>
 Add missing checksums</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/0658d99664b7ac745865bd21e84a915490982853";><code>0658d99</code></a>
 Update internal Byte Buddy.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/eb0c890df6f0f7c22d25784d91e84084bfaf4c0d";><code>eb0c890</code></a>
 Update main.yml</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/0965b7a2deb49841ee51d083bed3df7d4b1712d3";><code>0965b7a</code></a>
 Update main.yml</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/e03550a8b0337c03b82caa43d33d53fae5fdd0f4";><code>e03550a</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/a24599ab06e5d869383c9bf3ed600b25e055e3b2";><code>a24599a</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.14.15</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/0e0cbdf4dbfa60ec7972414a5be2bdd0e805021e";><code>0e0cbdf</code></a>
 [release] Release new version</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.13...byte-buddy-1.14.16";>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.11.13&new-version=1.14.16)](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