dependabot[bot] opened a new pull request #926:
URL: https://github.com/apache/orc/pull/926


   Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.11.13 to 
1.11.18.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/raphw/byte-buddy/releases";>byte-buddy's 
releases</a>.</em></p>
   <blockquote>
   <h2>Byte Buddy 1.11.18</h2>
   <ul>
   <li>Avoid binary incompatibility due to signature change by reintroducing 
method overload.</li>
   <li>Use plugin to add annotations for dispatcher methods to avoid breakage 
when using obfuscators.</li>
   </ul>
   <h2>Byte Buddy 1.11.17</h2>
   <ul>
   <li>Better error message upon attachment failure due to overridden attach 
socket.</li>
   <li>Retain label order for instructions in <code>Advice</code> to avoid 
incorrect offsets in stack map frames.</li>
   <li>Change <code>MethodGraph.Compiler</code> API to accept generic 
types.</li>
   <li>Add plugin to add <code>Proxied</code> annotations to all proxied 
methods of a dispatcher. This avoids problems in obfuscators.</li>
   <li>Fix resolution of type initializer in a <code>Nexus</code>.</li>
   </ul>
   <h2>Byte Buddy 1.11.16</h2>
   <ul>
   <li>Avoid naming conflicts when adding super and default method delegation 
for the same method using <code>MethodDelegation</code>.</li>
   <li>Fix module visibility for <code>Invoker</code> to avoid breakage if Byte 
Buddy is shaded into another module with different package exports.</li>
   </ul>
   <h2>Byte Buddy 1.11.15</h2>
   <ul>
   <li>Add <em>net.bytebuddy</em> prefix to Byte Buddy specific privileges.</li>
   <li>Rework <code>JavaDispatcher</code> to require specific privilege but use 
Byte Buddy's protection domain for dispatchers, once acquired.</li>
   </ul>
   <h2>byte-buddy-1.11.14</h2>
   <ul>
   <li>Adjust <code>InvocationHandlerAdapter</code> to use <code>null</code> 
for methods without parameters as specified by contract.</li>
   <li>Offer option to use <code>null</code> for <code>MethodDelegation</code> 
and <code>Advice</code> if method has no parameters.</li>
   <li>Add method to seal unsealed class loaders after the fact.</li>
   <li>Use correct type for resolving security manager method in 
<code>ByteBuddyAgent</code>.</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's
 changelog</a>.</em></p>
   <blockquote>
   <h3>23. September 2021: version 1.11.18</h3>
   <ul>
   <li>Avoid binary incompatibility due to signature change by reintroducing 
method overload.</li>
   <li>Use plugin to add annotations for dispatcher methods to avoid breakage 
when using obfuscators.</li>
   </ul>
   <h3>22. September 2021: version 1.11.17</h3>
   <ul>
   <li>Better error message upon attachment failure due to overridden attach 
socket.</li>
   <li>Retain label order for instructions in <code>Advice</code> to avoid 
incorrect offsets in stack map frames.</li>
   <li>Change <code>MethodGraph.Compiler</code> API to accept generic 
types.</li>
   <li>Add plugin to add <code>Proxied</code> annotations to all proxied 
methods of a dispatcher. This avoids problems in obfuscators.</li>
   <li>Fix resolution of type initializer in a <code>Nexus</code>.</li>
   </ul>
   <h3>17. September 2021: version 1.11.16</h3>
   <ul>
   <li>Avoid naming conflicts when adding super and default method delegation 
for the same method using <code>MethodDelegation</code>.</li>
   <li>Fix module visibility for <code>Invoker</code> to avoid breakage if Byte 
Buddy is shaded into another module with different package exports.</li>
   </ul>
   <h3>2. September 2021: version 1.11.15</h3>
   <ul>
   <li>Add <em>net.bytebuddy</em> prefix to Byte Buddy specific privileges.</li>
   <li>Rework <code>JavaDispatcher</code> to require specific privilege but use 
Byte Buddy's protection domain for dispatchers, once acquired.</li>
   </ul>
   <h3>31. August 2021: version 1.11.14</h3>
   <ul>
   <li>Adjust <code>InvocationHandlerAdapter</code> to use <code>null</code> 
for methods without parameters as specified by contract.</li>
   <li>Offer option to use <code>null</code> for <code>MethodDelegation</code> 
and <code>Advice</code> if method has no parameters.</li>
   <li>Add method to seal unsealed class loaders after the fact.</li>
   <li>Use correct type for resolving security manager method in 
<code>ByteBuddyAgent</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/09bdad4d4930bc8a20259a13f8b9d8d539fc39f1";><code>09bdad4</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.11.18</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/a88c3c5eac2b96063300b0d02cefaca0708f9e51";><code>a88c3c5</code></a>
 [release] New release</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/8b80bf13024fa35e17741e32231045cb067ea620";><code>8b80bf1</code></a>
 Reintroduce binary compatible method for method graph compiler.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/a0c48f6498de507851d86d792aeaf227b9ca9823";><code>a0c48f6</code></a>
 Update internal Byte Buddy and add plugin for enhancer annotations.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/2bc1fd8befad713d2ba64268c324121805e0255e";><code>2bc1fd8</code></a>
 Update release-notes.md</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/e157031d36d9fd1a5a5c78d4e3849acea3668baf";><code>e157031</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/a2141f853779c25b937f0d64a487cdb072ebc82d";><code>a2141f8</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.11.17</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/b3fcee439a74c9a26a935008d7424dfde50aacb8";><code>b3fcee4</code></a>
 [release] New release</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/b5d3f60fd9d47e715c1020e6f35ad20e0e444dc9";><code>b5d3f60</code></a>
 Fix type initializer.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/b5f60f1a929c066a5293697966fd5dbafe9e2028";><code>b5f60f1</code></a>
 Add missing version rule.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.13...byte-buddy-1.11.18";>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.11.18)](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]


Reply via email to