dependabot[bot] opened a new pull request, #1016: URL: https://github.com/apache/tika/pull/1016
Bumps `reactor.netty.version` from 1.1.4 to 1.1.5. Updates `reactor-netty-core` from 1.1.4 to 1.1.5 <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.5</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.1.5</code> is part of <strong><code>2022.0.5</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.4</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in 89f7464ed5e7c766427dc3ac94bfcca7c4cb0fd1, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.5.4">release notes</a></li> <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.38.Final</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2722">#2722</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Handle empty <code>HOST</code> header when processing connection information by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2724">#2724</a></li> </ul> <h3>:book: Documentation, Tests and Build</h3> <ul> <li>Tests: <ul> <li>Fix test failure on <code>Windows OS</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2720">#2720</a></li> <li>Fix flaky test by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2721">#2721</a></li> </ul> </li> </ul> <h3>:up: Dependency Upgrades</h3> <ul> <li>Bump <code>hoverfly-java-junit5</code> to version <code>0.14.4</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2717">#2717</a></li> <li>Bump <code>tomcat-embed-core</code> to version <code>9.0.73</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2718">#2718</a></li> <li>Bump <code>build-info-extractor-gradle</code> to version <code>4.31.6</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2725">#2725</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.1.4...v1.1.5">https://github.com/reactor/reactor-netty/compare/v1.1.4...v1.1.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-netty/commit/89f7464ed5e7c766427dc3ac94bfcca7c4cb0fd1"><code>89f7464</code></a> [release] Prepare and release 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/0d8dfbdb253524e46710541898b46d4b18e2ec85"><code>0d8dfbd</code></a> Merge-ignore release 1.0.30 into 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/171655749199a0be0dd84cc1a6dbde438a8cb55e"><code>1716557</code></a> [release] Back to snapshots, next is 1.0.31-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-netty/commit/0b113239ba8c89a68b48ded85eb41c73c1ea9c54"><code>0b11323</code></a> [release] Prepare and release 1.0.30</li> <li><a href="https://github.com/reactor/reactor-netty/commit/bb98bcd5bf2e5160df8f05ad991fa8d16df628dd"><code>bb98bcd</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/2725">#2725</a> into 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/67f744fb938bdf35de648f43875e6509e8434074"><code>67f744f</code></a> Bump org.jfrog.buildinfo:build-info-extractor-gradle (<a href="https://redirect.github.com/reactor/reactor-netty/issues/2725">#2725</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/2c434186e4eacb011639866108e854e35aadc9f1"><code>2c43418</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/2724">#2724</a> into 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/9b23fed603b56aafc369d587948aed81c05dd11e"><code>9b23fed</code></a> Handle empty HOST header when processing connection information (<a href="https://redirect.github.com/reactor/reactor-netty/issues/2724">#2724</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/c053477e87449a7491e986f14818c201af15ed55"><code>c053477</code></a> Merge 85e053d82 into 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/85e053d821f4e257a79963e98342d77bdb91a1d4"><code>85e053d</code></a> Depend on Netty QUIC Codec v0.0.38.Final (<a href="https://redirect.github.com/reactor/reactor-netty/issues/2722">#2722</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.1.4...v1.1.5">compare view</a></li> </ul> </details> <br /> Updates `reactor-netty-http` from 1.1.4 to 1.1.5 <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.5</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.1.5</code> is part of <strong><code>2022.0.5</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.4</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in 89f7464ed5e7c766427dc3ac94bfcca7c4cb0fd1, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.5.4">release notes</a></li> <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.38.Final</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2722">#2722</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Handle empty <code>HOST</code> header when processing connection information by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2724">#2724</a></li> </ul> <h3>:book: Documentation, Tests and Build</h3> <ul> <li>Tests: <ul> <li>Fix test failure on <code>Windows OS</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2720">#2720</a></li> <li>Fix flaky test by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2721">#2721</a></li> </ul> </li> </ul> <h3>:up: Dependency Upgrades</h3> <ul> <li>Bump <code>hoverfly-java-junit5</code> to version <code>0.14.4</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2717">#2717</a></li> <li>Bump <code>tomcat-embed-core</code> to version <code>9.0.73</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2718">#2718</a></li> <li>Bump <code>build-info-extractor-gradle</code> to version <code>4.31.6</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2725">#2725</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.1.4...v1.1.5">https://github.com/reactor/reactor-netty/compare/v1.1.4...v1.1.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-netty/commit/89f7464ed5e7c766427dc3ac94bfcca7c4cb0fd1"><code>89f7464</code></a> [release] Prepare and release 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/0d8dfbdb253524e46710541898b46d4b18e2ec85"><code>0d8dfbd</code></a> Merge-ignore release 1.0.30 into 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/171655749199a0be0dd84cc1a6dbde438a8cb55e"><code>1716557</code></a> [release] Back to snapshots, next is 1.0.31-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-netty/commit/0b113239ba8c89a68b48ded85eb41c73c1ea9c54"><code>0b11323</code></a> [release] Prepare and release 1.0.30</li> <li><a href="https://github.com/reactor/reactor-netty/commit/bb98bcd5bf2e5160df8f05ad991fa8d16df628dd"><code>bb98bcd</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/2725">#2725</a> into 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/67f744fb938bdf35de648f43875e6509e8434074"><code>67f744f</code></a> Bump org.jfrog.buildinfo:build-info-extractor-gradle (<a href="https://redirect.github.com/reactor/reactor-netty/issues/2725">#2725</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/2c434186e4eacb011639866108e854e35aadc9f1"><code>2c43418</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/2724">#2724</a> into 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/9b23fed603b56aafc369d587948aed81c05dd11e"><code>9b23fed</code></a> Handle empty HOST header when processing connection information (<a href="https://redirect.github.com/reactor/reactor-netty/issues/2724">#2724</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/c053477e87449a7491e986f14818c201af15ed55"><code>c053477</code></a> Merge 85e053d82 into 1.1.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/85e053d821f4e257a79963e98342d77bdb91a1d4"><code>85e053d</code></a> Depend on Netty QUIC Codec v0.0.38.Final (<a href="https://redirect.github.com/reactor/reactor-netty/issues/2722">#2722</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.1.4...v1.1.5">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
