dependabot[bot] opened a new pull request, #569: URL: https://github.com/apache/mina-sshd/pull/569
Bumps `bytebuddy.version` from 1.12.6 to 1.14.18. Updates `net.bytebuddy:byte-buddy` from 1.12.6 to 1.14.18 <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.18</h2> <ul> <li>Avoid verification error if constructor advice meats dropped implicit <em>this</em> frame and throw exception during instrumentation instead.</li> <li>Add support to resolve <code>ByteBuddyAgent</code> from non-obfuscated name if obfuscation is used.</li> <li>Make sure <code>CircularityLock</code> implementations never load classes during locking.</li> <li>Offer use of <em>istat</em> if <em>stat</em> command is not available for emulated attachment.</li> <li>Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.</li> </ul> <h2>Byte Buddy 1.14.17</h2> <ul> <li>Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.</li> </ul> <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> <!-- 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>8. August 2024: version 1.14.18</h3> <ul> <li>Avoid verification error if constructor advice meats dropped implicit <em>this</em> frame and throw exception during instrumentation instead.</li> <li>Add support to resolve <code>ByteBuddyAgent</code> from non-obfuscated name if obfuscation is used.</li> <li>Make sure <code>CircularityLock</code> implementations never load classes during locking.</li> <li>Offer use of <em>istat</em> if <em>stat</em> command is not available for emulated attachment.</li> <li>Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.</li> </ul> <h3>29. May 2024: version 1.14.17</h3> <ul> <li>Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/4599da9d1c8feb5b130570b4b2ce73ba527ebe38"><code>4599da9</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.18</li> <li><a href="https://github.com/raphw/byte-buddy/commit/897545a85c8c584347e04c73920d58c63df92c9a"><code>897545a</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/973491e730573ec22eb267a53d3b3c357d26715c"><code>973491e</code></a> Remove trailing space.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/b14d6c9148cc9d731c0d3c1c066fd1765cd4c314"><code>b14d6c9</code></a> Fix using stat on Linux.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/409873586ac772e36e3fc9e133718627628bb289"><code>4098735</code></a> Attempt reading after success exit.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5d429189940995325d97079a63567536cd772193"><code>5d42918</code></a> Attempt build without closing streams from processes.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5ad487e9b9198b7b77b590ff7d4060f5f1f1a65a"><code>5ad487e</code></a> Avoid non-closed streams.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ceabf1df05f939b2602c85233b476c84d1785d37"><code>ceabf1d</code></a> Standardize documentation.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/da3cee951188f75a0c8408d7c42b6246c8749a36"><code>da3cee9</code></a> Avoid locking entire class loader.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e5974140c7a71ba6dc4ea57b99a8b5618c1a423d"><code>e597414</code></a> AIX: add istat parser as stat is absent (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1668">#1668</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.6...byte-buddy-1.14.18">compare view</a></li> </ul> </details> <br /> Updates `net.bytebuddy:byte-buddy-agent` from 1.12.6 to 1.14.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy-agent's releases</a>.</em></p> <blockquote> <h2>byte-buddy-1.14.18</h2> <ul> <li>Avoid verification error if constructor advice meats dropped implicit <em>this</em> frame and throw exception during instrumentation instead.</li> <li>Add support to resolve <code>ByteBuddyAgent</code> from non-obfuscated name if obfuscation is used.</li> <li>Make sure <code>CircularityLock</code> implementations never load classes during locking.</li> <li>Offer use of <em>istat</em> if <em>stat</em> command is not available for emulated attachment.</li> <li>Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.</li> </ul> <h2>Byte Buddy 1.14.17</h2> <ul> <li>Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.</li> </ul> <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> <!-- 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-agent's changelog</a>.</em></p> <blockquote> <h3>8. August 2024: version 1.14.18</h3> <ul> <li>Avoid verification error if constructor advice meats dropped implicit <em>this</em> frame and throw exception during instrumentation instead.</li> <li>Add support to resolve <code>ByteBuddyAgent</code> from non-obfuscated name if obfuscation is used.</li> <li>Make sure <code>CircularityLock</code> implementations never load classes during locking.</li> <li>Offer use of <em>istat</em> if <em>stat</em> command is not available for emulated attachment.</li> <li>Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.</li> </ul> <h3>29. May 2024: version 1.14.17</h3> <ul> <li>Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/4599da9d1c8feb5b130570b4b2ce73ba527ebe38"><code>4599da9</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.18</li> <li><a href="https://github.com/raphw/byte-buddy/commit/897545a85c8c584347e04c73920d58c63df92c9a"><code>897545a</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/973491e730573ec22eb267a53d3b3c357d26715c"><code>973491e</code></a> Remove trailing space.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/b14d6c9148cc9d731c0d3c1c066fd1765cd4c314"><code>b14d6c9</code></a> Fix using stat on Linux.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/409873586ac772e36e3fc9e133718627628bb289"><code>4098735</code></a> Attempt reading after success exit.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5d429189940995325d97079a63567536cd772193"><code>5d42918</code></a> Attempt build without closing streams from processes.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5ad487e9b9198b7b77b590ff7d4060f5f1f1a65a"><code>5ad487e</code></a> Avoid non-closed streams.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ceabf1df05f939b2602c85233b476c84d1785d37"><code>ceabf1d</code></a> Standardize documentation.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/da3cee951188f75a0c8408d7c42b6246c8749a36"><code>da3cee9</code></a> Avoid locking entire class loader.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e5974140c7a71ba6dc4ea57b99a8b5618c1a423d"><code>e597414</code></a> AIX: add istat parser as stat is absent (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1668">#1668</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.6...byte-buddy-1.14.18">compare view</a></li> </ul> </details> <br /> 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: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org