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

   Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.22 to 
3.4.23.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/reactor/reactor-core/releases";>reactor-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.4.23</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>adds cancellation of the source future support by <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a> in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3146";>reactor/reactor-core#3146</a></li>
   <li>Add <code>disposeGracefully</code> method to <code>Scheduler</code> by 
<a href="https://github.com/chemicL";><code>@​chemicL</code></a> in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3089";>reactor/reactor-core#3089</a></li>
   <li>Add <code>onErrorComplete</code> operator and rework 
<code>onErrorReturn</code> by <a 
href="https://github.com/simonbasle";><code>@​simonbasle</code></a> in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3159";>reactor/reactor-core#3159</a></li>
   <li>Use byte padding to avoid fields re-ordering on JDK 15 and above by <a 
href="https://github.com/lantalex";><code>@​lantalex</code></a> in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3168";>reactor/reactor-core#3168</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>ensures <code>onLastAssembly</code> does not break fusion chain by <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a> in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3156";>reactor/reactor-core#3156</a></li>
   <li>Improve <code>Loggers.useConsoleLoggers()</code> thread safety by <a 
href="https://github.com/alexismanin";><code>@​alexismanin</code></a> in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3174";>reactor/reactor-core#3174</a></li>
   </ul>
   <h3>:up: Dependency Upgrades</h3>
   <ul>
   <li>Update dependencies junit, mockito, spotless, download... by <a 
href="https://github.com/simonbasle";><code>@​simonbasle</code></a> in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3169";>reactor/reactor-core#3169</a></li>
   <li>Update byte-buddy to v1.12.1 in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3134";>reactor/reactor-core#3134</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/lantalex";><code>@​lantalex</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3168";>reactor/reactor-core#3168</a></li>
   <li><a href="https://github.com/alexismanin";><code>@​alexismanin</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/pull/3174";>reactor/reactor-core#3174</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-core/compare/v3.4.22...v3.4.23";>https://github.com/reactor/reactor-core/compare/v3.4.22...v3.4.23</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/b1ffecd6a858e1f5ecf07ed18ff692b23d7547e1";><code>b1ffecd</code></a>
 [release] Prepare and release 3.4.23</li>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/91ce8ed52148df588aa42fa9a5ea25a35d6c3f10";><code>91ce8ed</code></a>
 Improve Loggers.useConsoleLoggers() thread safety (<a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3174";>#3174</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/e94124de190fc981eab511cfd3f93b4a3dc154df";><code>e94124d</code></a>
 Polish <a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3158";>#3158</a>:
 Fix asciidoc code snippet</li>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/ba08c27c5ab8c9765d416c8ff568da2c3886221c";><code>ba08c27</code></a>
 Use byte padding to avoid fields re-ordering on JDK 15 and above (<a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3168";>#3168</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/4c0b791f708ddd4fceea70de395ed7a1324f2631";><code>4c0b791</code></a>
 Add onErrorComplete operator and rework onErrorReturn (<a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3159";>#3159</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/6769cd226b863e47087adde37a68e85c0c63a093";><code>6769cd2</code></a>
 Update byte-buddy to v1.12.14 (<a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3134";>#3134</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/827cc870e48ba101257b6bbfee79843f067df3d1";><code>827cc87</code></a>
 Update dependencies junit, mockito, spotless, download... (<a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3169";>#3169</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/7f6f65fdb44f355baf94ae97683624894c6d11c2";><code>7f6f65f</code></a>
 ensures onLastAssembly does not break fusion chain (<a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3156";>#3156</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/4768c43f0e6cd3ff2806e6cfc8e659f88b39b513";><code>4768c43</code></a>
 Add disposeGracefully method to Scheduler (<a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3089";>#3089</a>)</li>
   <li><a 
href="https://github.com/reactor/reactor-core/commit/18ce835850e07b9e48526de168975e16ebe39a1b";><code>18ce835</code></a>
 adds cancellation of the source future support (<a 
href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3146";>#3146</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reactor/reactor-core/compare/v3.4.22...v3.4.23";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.projectreactor:reactor-core&package-manager=maven&previous-version=3.4.22&new-version=3.4.23)](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...@tika.apache.org

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

Reply via email to