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

   Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 
1.14.9 to 1.14.15.
   <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.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>
   </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>
   <h2>Byte Buddy release notes</h2>
   <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>9. 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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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><a 
href="https://github.com/raphw/byte-buddy/commit/5b5bcaf96013b27fc23b91fcb2bd57184d8d2d17";><code>5b5bcaf</code></a>
 Minor code normalizations.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/189787960f8389e857c791a51af5e7f396e7e293";><code>1897879</code></a>
 Add missing forwarding.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/156ba853296fa6bcb688cdcaf249ec080d3746b0";><code>156ba85</code></a>
 J9 Allow attachment as root (<a 
href="https://redirect.github.com/raphw/byte-buddy/issues/1631";>#1631</a>)</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/01ed75b4b53bc43b54d8b7814c158cf310393c68";><code>01ed75b</code></a>
 Switch from global property to explicit argument.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/f04d254b61e4f05fd647fbcbcb61de32fea1d652";><code>f04d254</code></a>
 Add property to allow disabling user check for J9 which does not seem to be 
i...</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/5b7c966d82ac8e47d486111b1ce16c358c1b402b";><code>5b7c966</code></a>
 Update internal Byte Buddy.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/e258ec5be04f77060c1f99c6535ef30b6cad9a3b";><code>e258ec5</code></a>
 Update checkout plugin.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/61209f4785428aee60c3ea6d425355d59db3bf13";><code>61209f4</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.9...byte-buddy-1.14.15";>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.9&new-version=1.14.15)](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