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

   Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.12.14 
to 1.12.22.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/raphw/byte-buddy/releases";>byte-buddy-agent's 
releases</a>.</em></p>
   <blockquote>
   <h2>Byte Buddy 1.12.22</h2>
   <ul>
   <li>Support <code>MethodHandle</code> and <code>MethodType</code> in 
<code>Advice.Origin</code> annotation.</li>
   <li>Support <code>MethodHandles.Lookup</code> in <code>Origin</code> and 
<code>Advice.Origin</code> annotations.</li>
   <li>Use modern API for Gradle Android API, if available, to avoid now 
failing cast.</li>
   </ul>
   <h2>Byte Buddy 1.12.21</h2>
   <ul>
   <li>Create a Gradle source set for each JVM build automatically to reduce 
boilerplate.</li>
   <li>Fix Gradle plugin class loading to use correct class loader.</li>
   <li>Use updated release plugin to avoid outdated timestamp in jar.</li>
   </ul>
   <h2>Byte Buddy 1.12.20</h2>
   <ul>
   <li>Avoid stack overflow error when type variable cannot be resolve during 
error message generation.</li>
   <li>Allow dumping error message to file when remote attach fails.</li>
   </ul>
   <h2>Byte Buddy 1.12.19</h2>
   <ul>
   <li>Avoid possible lock through circular class loading of 
<code>TypeDescription</code> subtypes.</li>
   <li>Avoid access error when using unsafe API on Java 17 with an active 
security manager.</li>
   <li>Close URL class loader used in Gradle plugin.</li>
   </ul>
   <h2>Byte Buddy 1.12.18</h2>
   <ul>
   <li>Allow writing to field from enter <code>Advice</code> in constructor, as 
byte code allows it.</li>
   <li>Refactor Android plugin processor to avoid skipping local classes.</li>
   <li>Improve staleness filter for Maven plugin.</li>
   <li>Fix incorrect resolution of custom bound invokedynamic values in 
<code>Advice</code>.</li>
   </ul>
   <h2>Byte Buddy 1.12.17</h2>
   <ul>
   <li>Use decorating <code>EntryPoint</code> in Android Gradle plugin.</li>
   <li>Introduce <code>PatchMode</code> on <code>AgentBuilder</code> patching 
to allow for control over overlap.</li>
   </ul>
   <h2>Byte Buddy 1.12.16</h2>
   <ul>
   <li>Fix Gradle release script to publish plugin.</li>
   </ul>
   <h2>Byte Buddy 1.12.15</h2>
   <ul>
   <li>Introduce ClassVisitorFactory which allows to translate to and from 
class wrappers in a different ASM namespace.</li>
   <li>Allow builders to change to ClassVisitors.</li>
   <li>Add support for Android instrumentation from Gradle 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";>byte-buddy-agent's
 changelog</a>.</em></p>
   <blockquote>
   <h3>12. January 2023: version 1.12.22</h3>
   <ul>
   <li>Support <code>MethodHandle</code> and <code>MethodType</code> in 
<code>Advice.Origin</code> annotation.</li>
   <li>Support <code>MethodHandles.Lookup</code> in <code>Origin</code> and 
<code>Advice.Origin</code> annotations.</li>
   <li>Use modern API for Gradle Android API, if available, to avoid now 
failing cast.</li>
   </ul>
   <h3>5. January 2023: version 1.12.21</h3>
   <ul>
   <li>Create a Gradle source set for each JVM build automatically to reduce 
boilerplate.</li>
   <li>Fix Gradle plugin class loading to use correct class loader.</li>
   <li>Use updated release plugin to avoid outdated timestamp in jar.</li>
   </ul>
   <h3>15. December 2022: version 1.12.20</h3>
   <ul>
   <li>Avoid stack overflow error when type variable cannot be resolve during 
error message generation.</li>
   <li>Allow dumping error message to file when remote attach fails.</li>
   </ul>
   <h3>17. November 2022: version 1.12.19</h3>
   <ul>
   <li>Avoid possible lock through circular class loading of 
<code>TypeDescription</code> subtypes.</li>
   <li>Avoid access error when using unsafe API on Java 17 with an active 
security manager.</li>
   <li>Close URL class loader used in Gradle plugin.</li>
   </ul>
   <h3>11. October 2022: version 1.12.18</h3>
   <ul>
   <li>Allow writing to field from enter <code>Advice</code> in constructor, as 
byte code allows it.</li>
   <li>Refactor Android plugin processor to avoid skipping local classes.</li>
   <li>Improve staleness filter for Maven plugin.</li>
   <li>Fix incorrect resolution of custom bound <em>invokedynamic</em> values 
in <code>Advice</code>.</li>
   </ul>
   <h3>21. September 2022: version 1.12.17</h3>
   <ul>
   <li>Use decorating <code>EntryPoint</code> in Android Gradle plugin.</li>
   <li>Introduce <code>PatchMode</code> on <code>AgentBuilder</code> patching 
to allow for control over overlap.</li>
   </ul>
   <h3>8. September 2022: version 1.12.16</h3>
   <ul>
   <li>Fix Gradle release script to publish plugin.</li>
   </ul>
   <h3>8. September 2022: version 1.12.15</h3>
   <ul>
   <li>Introduce <code>ClassVisitorFactory</code> which allows to translate to 
and from class wrappers in a different ASM namespace.</li>
   <li>Allow builders to change to <code>ClassVisitors</code>.</li>
   <li>Add support for Android instrumentation from Gradle plugin.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/641f5a329ea471d7e2808249184e795e18b94874";><code>641f5a3</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.12.22</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/d732497c77cb5c960b082fbdc9a761461246fddb";><code>d732497</code></a>
 [release] Release new version</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/cc7c5c207cdb1a3e3d9bc4719e071f7f3b1229b8";><code>cc7c5c2</code></a>
 Adjust internal type hierarchy.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/99e6861754a9cfb3cbe6679280ce18f36119644f";><code>99e6861</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1389";>#1389</a>
 from LikeTheSalad/master</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/6fe8a5c4ab0486b4603b426d60d309e90ce14a99";><code>6fe8a5c</code></a>
 Using debug logs for DependenciesClasspathProvider</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/0ba7bd78ed9801e336643fcac7558a545e4e4678";><code>0ba7bd7</code></a>
 Added class headers</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/e8c15a67bc1049ba05f1c9500b4156647dd3b522";><code>e8c15a6</code></a>
 Using DependenciesClasspathProvider implementations</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/6ff15e3fdad2d391d2c75da6ef82de6f4d1db553";><code>6ff15e3</code></a>
 Created the DependenciesClasspathProvider interface and its 
implementations</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/6a3facab94fae0cd657445f90964398926f1f6e4";><code>6a3faca</code></a>
 Updated dependencies verification metadata</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/493eb7d1b71d18d415053add558079fcdca9fd06";><code>493eb7d</code></a>
 Update to latest version.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.14...byte-buddy-1.12.22";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy-agent&package-manager=maven&previous-version=1.12.14&new-version=1.12.22)](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 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to