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

   Bumps `reactor.netty.version` from 1.1.21 to 1.1.22.
   Updates `io.projectreactor.netty:reactor-netty-core` from 1.1.21 to 1.1.22
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/reactor/reactor-netty/releases";>io.projectreactor.netty:reactor-netty-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.22</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.22</code> is part of 
<strong><code>2022.0.22</code> and <code>2023.0.9</code> Release 
Train</strong>.</p>
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Reactor Core</code> <code>v3.5.20</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
35b79b7457520ccac77b16b22214dc92a7337691, see <a 
href="https://github.com/reactor/reactor-core/releases/tag/v3.5.20";>release 
notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.1.112.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3361";>#3361</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.66.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3383";>#3383</a></li>
   <li>Cache the infomation whether the request is websocket by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3354";>#3354</a></li>
   <li>Cache <code>Content-Length</code> when it is about to send the 
<code>FullHttpResponse</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3355";>#3355</a></li>
   <li>Use <code>doFinally</code> in order to handle <code>cancel</code> and 
<code>error</code> signals by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3356";>#3356</a></li>
   <li>Initialise <code>ChannelOperations#shortId</code> on demand by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3357";>#3357</a></li>
   <li>Simplify <code>HttpServerOperations#onInboundNext</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3375";>#3375</a></li>
   <li>Simplify <code>HttpTrafficHandler#write</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3376";>#3376</a></li>
   <li>Separate handling for <code>EMPTY_LAST_CONTENT</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3385";>#3385</a></li>
   <li>Reduce duplication by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3386";>#3386</a></li>
   <li>Simplify response status code check by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3390";>#3390</a></li>
   <li>Simplify <code>Http2StreamBridgeServerHandler#write</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3391";>#3391</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Do not record an exception when the request information is not available 
by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3352";>#3352</a></li>
   <li>Create on demand the response object for <code>Expect: 
100-continue</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3362";>#3362</a></li>
   <li>Always <code>decode</code> in an event loop by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3369";>#3369</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.21...v1.1.22";>https://github.com/reactor/reactor-netty/compare/v1.1.21...v1.1.22</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/35b79b7457520ccac77b16b22214dc92a7337691";><code>35b79b7</code></a>
 [release] Prepare and release 1.1.22</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/cbf262d4e9dec1e066b2aec9f079aed17b9ebef4";><code>cbf262d</code></a>
 Merge-ignore release 1.0.48 into 1.1.22</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/3933c1626b5638de4299e83af80efb3fb442bce7";><code>3933c16</code></a>
 [release] Back to snapshots, next is 1.0.49-SNAPSHOT</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/e136daba9dd267a0937d543f06ff63d64f7b0aa4";><code>e136dab</code></a>
 [release] Prepare and release 1.0.48</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/08b58be8ae5bfb5ad72d0c43186ebbd0d3b693c4";><code>08b58be</code></a>
 Simplify Http2StreamBridgeServerHandler#write (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3391";>#3391</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/57a842de902ad51db7b5e34ad2f348c04d19e656";><code>57a842d</code></a>
 Simplify response status code check (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3390";>#3390</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/178275cd8cb3d3b4b060d15ca0b3e0a10c4d69b3";><code>178275c</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3389";>#3389</a> 
into 1.1.22</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/783dbd74f126c895c8b047e1a2ea703e477bbea8";><code>783dbd7</code></a>
 Bump gradle/actions from 3.5.0 to 4.0.0 (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3389";>#3389</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/087004f8ebd0b7e0edd76ca41fd18a4d4f812779";><code>087004f</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3388";>#3388</a> 
into 1.1.22</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/2b32f8ba714c957a09b6b94095ed7c21ad6543da";><code>2b32f8b</code></a>
 Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3388";>#3388</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.21...v1.1.22";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.21 to 1.1.22
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/reactor/reactor-netty/releases";>io.projectreactor.netty:reactor-netty-http's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.22</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.22</code> is part of 
<strong><code>2022.0.22</code> and <code>2023.0.9</code> Release 
Train</strong>.</p>
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Reactor Core</code> <code>v3.5.20</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
35b79b7457520ccac77b16b22214dc92a7337691, see <a 
href="https://github.com/reactor/reactor-core/releases/tag/v3.5.20";>release 
notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.1.112.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3361";>#3361</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.66.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3383";>#3383</a></li>
   <li>Cache the infomation whether the request is websocket by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3354";>#3354</a></li>
   <li>Cache <code>Content-Length</code> when it is about to send the 
<code>FullHttpResponse</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3355";>#3355</a></li>
   <li>Use <code>doFinally</code> in order to handle <code>cancel</code> and 
<code>error</code> signals by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3356";>#3356</a></li>
   <li>Initialise <code>ChannelOperations#shortId</code> on demand by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3357";>#3357</a></li>
   <li>Simplify <code>HttpServerOperations#onInboundNext</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3375";>#3375</a></li>
   <li>Simplify <code>HttpTrafficHandler#write</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3376";>#3376</a></li>
   <li>Separate handling for <code>EMPTY_LAST_CONTENT</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3385";>#3385</a></li>
   <li>Reduce duplication by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3386";>#3386</a></li>
   <li>Simplify response status code check by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3390";>#3390</a></li>
   <li>Simplify <code>Http2StreamBridgeServerHandler#write</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3391";>#3391</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Do not record an exception when the request information is not available 
by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3352";>#3352</a></li>
   <li>Create on demand the response object for <code>Expect: 
100-continue</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3362";>#3362</a></li>
   <li>Always <code>decode</code> in an event loop by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3369";>#3369</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.21...v1.1.22";>https://github.com/reactor/reactor-netty/compare/v1.1.21...v1.1.22</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/35b79b7457520ccac77b16b22214dc92a7337691";><code>35b79b7</code></a>
 [release] Prepare and release 1.1.22</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/cbf262d4e9dec1e066b2aec9f079aed17b9ebef4";><code>cbf262d</code></a>
 Merge-ignore release 1.0.48 into 1.1.22</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/3933c1626b5638de4299e83af80efb3fb442bce7";><code>3933c16</code></a>
 [release] Back to snapshots, next is 1.0.49-SNAPSHOT</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/e136daba9dd267a0937d543f06ff63d64f7b0aa4";><code>e136dab</code></a>
 [release] Prepare and release 1.0.48</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/08b58be8ae5bfb5ad72d0c43186ebbd0d3b693c4";><code>08b58be</code></a>
 Simplify Http2StreamBridgeServerHandler#write (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3391";>#3391</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/57a842de902ad51db7b5e34ad2f348c04d19e656";><code>57a842d</code></a>
 Simplify response status code check (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3390";>#3390</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/178275cd8cb3d3b4b060d15ca0b3e0a10c4d69b3";><code>178275c</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3389";>#3389</a> 
into 1.1.22</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/783dbd74f126c895c8b047e1a2ea703e477bbea8";><code>783dbd7</code></a>
 Bump gradle/actions from 3.5.0 to 4.0.0 (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3389";>#3389</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/087004f8ebd0b7e0edd76ca41fd18a4d4f812779";><code>087004f</code></a>
 Merge <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3388";>#3388</a> 
into 1.1.22</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/2b32f8ba714c957a09b6b94095ed7c21ad6543da";><code>2b32f8b</code></a>
 Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (<a 
href="https://redirect.github.com/reactor/reactor-netty/issues/3388";>#3388</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reactor/reactor-netty/compare/v1.1.21...v1.1.22";>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...@tika.apache.org

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

Reply via email to