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

   Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.13 to 
1.12.14.
   <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.12.14</h2>
   <ul>
   <li>Add <code>wrap</code> method to <code>DynamicType.Builder</code> that 
allows for the representation of a dynamic type via a 
<code>ClassVisitor</code>.</li>
   <li>Add <code>ClassVisitorFactory</code> that allows to translate between 
Byte Buddy's, the original, or other shaded representations of ASM.</li>
   <li>Fix visibility check for types in the default package.</li>
   <li>Return correct value for types in the default package.</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>22. August 2022: version 1.12.14</h3>
   <ul>
   <li>Add <code>wrap</code> method to <code>DynamicType.Builder</code> that 
allows for the representation of a dynamic type via a 
<code>ClassVisitor</code>.</li>
   <li>Add <code>ClassVisitorFactory</code> that allows to translate between 
Byte Buddy's, the original, or other shaded representations of ASM.</li>
   <li>Fix visibility check for types in the default package.</li>
   <li>Return correct value for types in the default package.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/c73d6141c49bfb94005b929793f6e2cb76ec5c9b";><code>c73d614</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.12.14</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/68a4b78762dd086ea945a3e6e54c51ac79d6db42";><code>68a4b78</code></a>
 [release] Release new version</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/2ffce721975f757495c51d19e73d7c5c74e7afb4";><code>2ffce72</code></a>
 Add step security tool.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/7a79bf35eeed7957a90dbc8e899e20b12563cab5";><code>7a79bf3</code></a>
 Try to fix link.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/0a80b74e2943ca67e7fc162e53378d491e704093";><code>0a80b74</code></a>
 Fix javadoc.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/b2a7853e11960a67151b8883641c8f6fc9a3b999";><code>b2a7853</code></a>
 Correct import.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/c16f6b6f36e647925e04f48bd93a5829af143ab4";><code>c16f6b6</code></a>
 Better null handling in mapper.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/f28f75e655342ea6b788d157331125f62bd9d99b";><code>f28f75e</code></a>
 Add additional tests.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/98b6fc96083745d0fa7bff53c50ddac989728e2c";><code>98b6fc9</code></a>
 Use new frame generation abstraction and add more tests.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/f83e3488a991ad583b1df3c8e753d817a79fa6f0";><code>f83e348</code></a>
 Always support frame expansions.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.13...byte-buddy-1.12.14";>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=gradle&previous-version=1.12.13&new-version=1.12.14)](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: dev-unsubscr...@poi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to