You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2022/12/14 05:08:57 UTC

[GitHub] [tika] dependabot[bot] opened a new pull request, #854: Bump reactor.netty.version from 1.1.0 to 1.1.1

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

   Bumps `reactor.netty.version` from 1.1.0 to 1.1.1.
   Updates `reactor-netty-core` from 1.1.0 to 1.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/reactor/reactor-netty/releases">reactor-netty-core's releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.1</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.1</code> is part of <strong><code>2022.0.1</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.x</code> users.</p>
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Reactor Core</code> <code>v3.5.1</code> by <a href="https://github.com/pderop"><code>@​pderop</code></a> in de89e707efd85f66185f1fcc29789583107faa8f, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.5.1">release notes</a>.</li>
   <li>Depend on <code>Netty</code> <code>v4.1.86.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2611">#2611</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.34.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2574">#2574</a></li>
   <li>Depend on <code>netty-incubator-transport-native-io_uring</code> <code>v0.0.16.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2575">#2575</a></li>
   <li>Allow configurable connection provider eviction predicate by <a href="https://github.com/samueldlightfoot"><code>@​samueldlightfoot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2557">#2557</a></li>
   <li>Support context propagation for <code>ChannelHandler</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2588">#2588</a></li>
   <li>Deregister connection pool metrics from <code>Micrometer</code> (or alternate registry) when disposing the connection pool by <a href="https://github.com/manolama"><code>@​manolama</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2608">#2608</a></li>
   <li>Add new API <code>AccessLogArgProvider#connectionInformation()</code> for retrieving information related to host/remote address/scheme by <a href="https://github.com/pderop"><code>@​pderop</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2606">#2606</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Ensure <code>Http2Pool</code> can be stopped gracefully by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2577">#2577</a></li>
   <li>Ensure decoding failure is propagated by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2578">#2578</a></li>
   <li>Ensure <code>Reactor Context</code> injected with <code>HttpClient#mapConnect</code> is available on send request/receive response by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2595">#2595</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Documentation:
   <ul>
   <li>Update <code>Http2Pool</code> javadoc by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2589">#2589</a></li>
   <li>Update <code>HttpClient#metrics(boolean, Function)</code> and <code>HttpServer#metrics(boolean, Function)</code> javadoc by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2593">#2593</a></li>
   <li>Update documentation for <code>ConnectionProvider.Builder#disposeInactivePoolsInBackground</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2605">#2605</a></li>
   <li>Update <code>ConnectionProvider.MeterRegistrar</code> javadoc by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2610">#2610</a></li>
   </ul>
   </li>
   <li>Tests:
   <ul>
   <li>Ensure the connection is closed at the end of the test by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2598">#2598</a></li>
   <li>Add test for <code>ConnectionProvider.Builder#disposeInactivePoolsInBackground</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2607">#2607</a></li>
   </ul>
   </li>
   <li>Build:
   <ul>
   <li>PRs with label <code>type/test</code> go to <code>Documentation, Tests and Build</code> section of the release notes by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2609">#2609</a></li>
   </ul>
   </li>
   </ul>
   <h3>:up: Dependency Upgrades</h3>
   <ul>
   <li>Bump <code>mockito-core</code> to version <code>4.9.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2580">#2580</a></li>
   <li>Bump <code>jackson-databind</code> to version <code>2.14.1</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2584">#2584</a></li>
   <li>Bump <code>com.diffplug.spotless</code> to version <code>6.12.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2587">#2587</a></li>
   <li>Bump <code>Gradle</code> to version <code>7.6</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2592">#2592</a></li>
   <li>Bump <code>biz.aQute.bnd.builder</code> to version <code>6.4.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2596">#2596</a></li>
   <li>Bump <code>org.gradle.test-retry</code> to version <code>1.5.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2597">#2597</a></li>
   <li>Bump <code>build-info-extractor-gradle</code> to version <code>4.29.4</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2601">#2601</a></li>
   <li>Bump <code>tomcat-embed-core</code> to version <code>9.0.70</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2602">#2602</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/manolama"><code>@​manolama</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2608">#2608</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.1.0...v1.1.1">https://github.com/reactor/reactor-netty/compare/v1.1.0...v1.1.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/reactor/reactor-netty/commit/de89e707efd85f66185f1fcc29789583107faa8f"><code>de89e70</code></a> [release] Prepare and release 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/cd86c74b7c48162c1507eb84bd044e2da1ef352a"><code>cd86c74</code></a> Merge-ignore release 1.0.26 into 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/eda17cf4e9aba115c76b7c7258e3b5893128cef8"><code>eda17cf</code></a> [release] Back to snapshots, next is 1.0.27-SNAPSHOT</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/d1b45694a734b21366c8132a8d8260edbd21de49"><code>d1b4569</code></a> [release] Prepare and release 1.0.26</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/a74c684eb45024baa9d10214d77dd307fa4f0f59"><code>a74c684</code></a> Merge <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2606">#2606</a> into 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/76e1fcf5228dafb6ed0edadf214df91baea76fba"><code>76e1fcf</code></a> Include forwarded client IP address in access log (<a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2606">#2606</a>)</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/26623fbeae614391c0a8fa7b3dde6843fefdc64d"><code>26623fb</code></a> Merge <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2611">#2611</a> into 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/a348d14ab5c19e4f51adc16e1910c43dd3ad4097"><code>a348d14</code></a> Depend on Netty v4.1.86.Final (<a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2611">#2611</a>)</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/aa8c93d7b90a0c7cce13d93dcae4ef5fa3caa818"><code>aa8c93d</code></a> Merge <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2610">#2610</a> into 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/63a14fbdf53bb1e1eea12b6fbf6ce9add64b4654"><code>63a14fb</code></a> Update <code>ConnectionProvider.MeterRegistrar</code> javadoc (<a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2610">#2610</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.1.0...v1.1.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `reactor-netty-http` from 1.1.0 to 1.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/reactor/reactor-netty/releases">reactor-netty-http's releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.1</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.1</code> is part of <strong><code>2022.0.1</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.x</code> users.</p>
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Reactor Core</code> <code>v3.5.1</code> by <a href="https://github.com/pderop"><code>@​pderop</code></a> in de89e707efd85f66185f1fcc29789583107faa8f, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.5.1">release notes</a>.</li>
   <li>Depend on <code>Netty</code> <code>v4.1.86.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2611">#2611</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.34.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2574">#2574</a></li>
   <li>Depend on <code>netty-incubator-transport-native-io_uring</code> <code>v0.0.16.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2575">#2575</a></li>
   <li>Allow configurable connection provider eviction predicate by <a href="https://github.com/samueldlightfoot"><code>@​samueldlightfoot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2557">#2557</a></li>
   <li>Support context propagation for <code>ChannelHandler</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2588">#2588</a></li>
   <li>Deregister connection pool metrics from <code>Micrometer</code> (or alternate registry) when disposing the connection pool by <a href="https://github.com/manolama"><code>@​manolama</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2608">#2608</a></li>
   <li>Add new API <code>AccessLogArgProvider#connectionInformation()</code> for retrieving information related to host/remote address/scheme by <a href="https://github.com/pderop"><code>@​pderop</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2606">#2606</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Ensure <code>Http2Pool</code> can be stopped gracefully by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2577">#2577</a></li>
   <li>Ensure decoding failure is propagated by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2578">#2578</a></li>
   <li>Ensure <code>Reactor Context</code> injected with <code>HttpClient#mapConnect</code> is available on send request/receive response by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2595">#2595</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Documentation:
   <ul>
   <li>Update <code>Http2Pool</code> javadoc by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2589">#2589</a></li>
   <li>Update <code>HttpClient#metrics(boolean, Function)</code> and <code>HttpServer#metrics(boolean, Function)</code> javadoc by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2593">#2593</a></li>
   <li>Update documentation for <code>ConnectionProvider.Builder#disposeInactivePoolsInBackground</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2605">#2605</a></li>
   <li>Update <code>ConnectionProvider.MeterRegistrar</code> javadoc by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2610">#2610</a></li>
   </ul>
   </li>
   <li>Tests:
   <ul>
   <li>Ensure the connection is closed at the end of the test by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2598">#2598</a></li>
   <li>Add test for <code>ConnectionProvider.Builder#disposeInactivePoolsInBackground</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2607">#2607</a></li>
   </ul>
   </li>
   <li>Build:
   <ul>
   <li>PRs with label <code>type/test</code> go to <code>Documentation, Tests and Build</code> section of the release notes by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2609">#2609</a></li>
   </ul>
   </li>
   </ul>
   <h3>:up: Dependency Upgrades</h3>
   <ul>
   <li>Bump <code>mockito-core</code> to version <code>4.9.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2580">#2580</a></li>
   <li>Bump <code>jackson-databind</code> to version <code>2.14.1</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2584">#2584</a></li>
   <li>Bump <code>com.diffplug.spotless</code> to version <code>6.12.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2587">#2587</a></li>
   <li>Bump <code>Gradle</code> to version <code>7.6</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2592">#2592</a></li>
   <li>Bump <code>biz.aQute.bnd.builder</code> to version <code>6.4.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2596">#2596</a></li>
   <li>Bump <code>org.gradle.test-retry</code> to version <code>1.5.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2597">#2597</a></li>
   <li>Bump <code>build-info-extractor-gradle</code> to version <code>4.29.4</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2601">#2601</a></li>
   <li>Bump <code>tomcat-embed-core</code> to version <code>9.0.70</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2602">#2602</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/manolama"><code>@​manolama</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2608">#2608</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.1.0...v1.1.1">https://github.com/reactor/reactor-netty/compare/v1.1.0...v1.1.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/reactor/reactor-netty/commit/de89e707efd85f66185f1fcc29789583107faa8f"><code>de89e70</code></a> [release] Prepare and release 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/cd86c74b7c48162c1507eb84bd044e2da1ef352a"><code>cd86c74</code></a> Merge-ignore release 1.0.26 into 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/eda17cf4e9aba115c76b7c7258e3b5893128cef8"><code>eda17cf</code></a> [release] Back to snapshots, next is 1.0.27-SNAPSHOT</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/d1b45694a734b21366c8132a8d8260edbd21de49"><code>d1b4569</code></a> [release] Prepare and release 1.0.26</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/a74c684eb45024baa9d10214d77dd307fa4f0f59"><code>a74c684</code></a> Merge <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2606">#2606</a> into 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/76e1fcf5228dafb6ed0edadf214df91baea76fba"><code>76e1fcf</code></a> Include forwarded client IP address in access log (<a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2606">#2606</a>)</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/26623fbeae614391c0a8fa7b3dde6843fefdc64d"><code>26623fb</code></a> Merge <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2611">#2611</a> into 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/a348d14ab5c19e4f51adc16e1910c43dd3ad4097"><code>a348d14</code></a> Depend on Netty v4.1.86.Final (<a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2611">#2611</a>)</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/aa8c93d7b90a0c7cce13d93dcae4ef5fa3caa818"><code>aa8c93d</code></a> Merge <a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2610">#2610</a> into 1.1.1</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/63a14fbdf53bb1e1eea12b6fbf6ce9add64b4654"><code>63a14fb</code></a> Update <code>ConnectionProvider.MeterRegistrar</code> javadoc (<a href="https://github-redirect.dependabot.com/reactor/reactor-netty/issues/2610">#2610</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.1.0...v1.1.1">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 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-unsubscribe@tika.apache.org

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


[GitHub] [tika] THausherr merged pull request #854: Bump reactor.netty.version from 1.1.0 to 1.1.1

Posted by GitBox <gi...@apache.org>.
THausherr merged PR #854:
URL: https://github.com/apache/tika/pull/854


-- 
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-unsubscribe@tika.apache.org

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