dependabot[bot] opened a new pull request, #2161: URL: https://github.com/apache/tika/pull/2161
Bumps `curator.version` from 5.7.1 to 5.8.0. Updates `org.apache.curator:curator-recipes` from 5.7.1 to 5.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/curator/releases">org.apache.curator:curator-recipes's releases</a>.</em></p> <blockquote> <h2>apache-curator-5.8.0</h2> <h2>What's Changed</h2> <ul> <li>CURATOR-717: Fix typo in CuratorCache Javadoc by <a href="https://github.com/pdolif"><code>@pdolif</code></a> in <a href="https://redirect.github.com/apache/curator/pull/507">apache/curator#507</a></li> <li>CURATOR-720: Stop retry if client is closed by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/511">apache/curator#511</a></li> <li>CURATOR-719: Fix orSetData for parallel create calls by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/510">apache/curator#510</a></li> <li>CURATOR-726: Improve tracing for certain operations by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/513">apache/curator#513</a></li> <li>CURATOR-724. Fix LeaderLatch recover on reconnected and missing leaderPath by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/curator/pull/515">apache/curator#515</a></li> <li>hotfix: build scan rejected by ge.apache.org by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/516">apache/curator#516</a></li> <li>chore: Enable GitHub Issues by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/curator/pull/519">apache/curator#519</a></li> <li>CURATOR-728: Not issue ZooKeeper::create if possible in ZkPaths::mkdirs by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/518">apache/curator#518</a></li> <li>[CURATOR-721] Upgrade Guava Listenablefuture by <a href="https://github.com/froque"><code>@froque</code></a> in <a href="https://redirect.github.com/apache/curator/pull/509">apache/curator#509</a></li> <li>[CURATOR-730] Publish build scans to develocity.apache.org by <a href="https://github.com/clayburn"><code>@clayburn</code></a> in <a href="https://redirect.github.com/apache/curator/pull/521">apache/curator#521</a></li> <li>CURATOR-729: Fix PersistentWatcher dead loop after curator closed by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/520">apache/curator#520</a></li> <li>CURATOR-725: Allow for global compression by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/512">apache/curator#512</a></li> <li>CURATOR-710: Fix leaking watch in EnsembleTracker by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/508">apache/curator#508</a></li> <li>CURATOR-718: Refactor CuratorFramework inheritance hierarchy by composing functionalities by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/517">apache/curator#517</a></li> <li><a href="https://redirect.github.com/apache/curator/issues/1248">GH-1248</a>. Fix bug of useSessionTimeoutMs overflow by <a href="https://github.com/xingsuo-zbz"><code>@xingsuo-zbz</code></a> in <a href="https://redirect.github.com/apache/curator/pull/1249">apache/curator#1249</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pdolif"><code>@pdolif</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/507">apache/curator#507</a></li> <li><a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/511">apache/curator#511</a></li> <li><a href="https://github.com/froque"><code>@froque</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/509">apache/curator#509</a></li> <li><a href="https://github.com/clayburn"><code>@clayburn</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/521">apache/curator#521</a></li> <li><a href="https://github.com/xingsuo-zbz"><code>@xingsuo-zbz</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/1249">apache/curator#1249</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/curator/compare/apache-curator-5.7.1...apache-curator-5.8.0">https://github.com/apache/curator/compare/apache-curator-5.7.1...apache-curator-5.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/curator/commit/cbafb5349baf14132d315f2bbdb37e6eae25f222"><code>cbafb53</code></a> [maven-release-plugin] prepare release apache-curator-5.8.0</li> <li><a href="https://github.com/apache/curator/commit/f3e129cc0f8901c69409c79f0f03fecb7d1dddba"><code>f3e129c</code></a> chore: Send Issues update to commits@ list</li> <li><a href="https://github.com/apache/curator/commit/0bb3adf37877edd32c672c79fface4d748d3ed1a"><code>0bb3adf</code></a> <a href="https://redirect.github.com/apache/curator/issues/1248">GH-1248</a>. Fix bug of useSessionTimeoutMs overflow (<a href="https://redirect.github.com/apache/curator/issues/1249">#1249</a>)</li> <li><a href="https://github.com/apache/curator/commit/f0646f93c54a14546afcd2ff7ebca78546154fe9"><code>f0646f9</code></a> CURATOR-718: Refactor CuratorFramework inheritance hierarchy by composing fun...</li> <li><a href="https://github.com/apache/curator/commit/fb78e23d5228c7c5c850a2aa638c7e11caa931e9"><code>fb78e23</code></a> CURATOR-710: Fix leaking watch in EnsembleTracker (<a href="https://redirect.github.com/apache/curator/issues/508">#508</a>)</li> <li><a href="https://github.com/apache/curator/commit/8eb6f9ae382059b216876112d6c3f76e824e379d"><code>8eb6f9a</code></a> CURATOR-725: Allow for global compression (<a href="https://redirect.github.com/apache/curator/issues/512">#512</a>)</li> <li><a href="https://github.com/apache/curator/commit/914f2f7d1e395e623a9351ff8bbe5e951e7bdfd0"><code>914f2f7</code></a> CURATOR-729: Fix PersistentWatcher dead loop after curator closed (<a href="https://redirect.github.com/apache/curator/issues/520">#520</a>)</li> <li><a href="https://github.com/apache/curator/commit/3ccbad7c3684f7b680af45b72a3c9b34d0ad0b71"><code>3ccbad7</code></a> [CURATOR-730] Publish build scans to develocity.apache.org (<a href="https://redirect.github.com/apache/curator/issues/521">#521</a>)</li> <li><a href="https://github.com/apache/curator/commit/8bbcdbf9bc6989d0aad1a4be8b2254fbff37766a"><code>8bbcdbf</code></a> [CURATOR-721] Upgrade Guava Listenablefuture (<a href="https://redirect.github.com/apache/curator/issues/509">#509</a>)</li> <li><a href="https://github.com/apache/curator/commit/476268a68d307b6fa989a5314eacd9345bedfc58"><code>476268a</code></a> CURATOR-728: Not issue ZooKeeper::create if possible in ZkPaths::mkdirs (<a href="https://redirect.github.com/apache/curator/issues/518">#518</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/curator/compare/apache-curator-5.7.1...apache-curator-5.8.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.curator:curator-framework` from 5.7.1 to 5.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/curator/releases">org.apache.curator:curator-framework's releases</a>.</em></p> <blockquote> <h2>apache-curator-5.8.0</h2> <h2>What's Changed</h2> <ul> <li>CURATOR-717: Fix typo in CuratorCache Javadoc by <a href="https://github.com/pdolif"><code>@pdolif</code></a> in <a href="https://redirect.github.com/apache/curator/pull/507">apache/curator#507</a></li> <li>CURATOR-720: Stop retry if client is closed by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/511">apache/curator#511</a></li> <li>CURATOR-719: Fix orSetData for parallel create calls by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/510">apache/curator#510</a></li> <li>CURATOR-726: Improve tracing for certain operations by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/513">apache/curator#513</a></li> <li>CURATOR-724. Fix LeaderLatch recover on reconnected and missing leaderPath by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/curator/pull/515">apache/curator#515</a></li> <li>hotfix: build scan rejected by ge.apache.org by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/516">apache/curator#516</a></li> <li>chore: Enable GitHub Issues by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/curator/pull/519">apache/curator#519</a></li> <li>CURATOR-728: Not issue ZooKeeper::create if possible in ZkPaths::mkdirs by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/518">apache/curator#518</a></li> <li>[CURATOR-721] Upgrade Guava Listenablefuture by <a href="https://github.com/froque"><code>@froque</code></a> in <a href="https://redirect.github.com/apache/curator/pull/509">apache/curator#509</a></li> <li>[CURATOR-730] Publish build scans to develocity.apache.org by <a href="https://github.com/clayburn"><code>@clayburn</code></a> in <a href="https://redirect.github.com/apache/curator/pull/521">apache/curator#521</a></li> <li>CURATOR-729: Fix PersistentWatcher dead loop after curator closed by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/520">apache/curator#520</a></li> <li>CURATOR-725: Allow for global compression by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/512">apache/curator#512</a></li> <li>CURATOR-710: Fix leaking watch in EnsembleTracker by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/508">apache/curator#508</a></li> <li>CURATOR-718: Refactor CuratorFramework inheritance hierarchy by composing functionalities by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/517">apache/curator#517</a></li> <li><a href="https://redirect.github.com/apache/curator/issues/1248">GH-1248</a>. Fix bug of useSessionTimeoutMs overflow by <a href="https://github.com/xingsuo-zbz"><code>@xingsuo-zbz</code></a> in <a href="https://redirect.github.com/apache/curator/pull/1249">apache/curator#1249</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pdolif"><code>@pdolif</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/507">apache/curator#507</a></li> <li><a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/511">apache/curator#511</a></li> <li><a href="https://github.com/froque"><code>@froque</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/509">apache/curator#509</a></li> <li><a href="https://github.com/clayburn"><code>@clayburn</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/521">apache/curator#521</a></li> <li><a href="https://github.com/xingsuo-zbz"><code>@xingsuo-zbz</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/1249">apache/curator#1249</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/curator/compare/apache-curator-5.7.1...apache-curator-5.8.0">https://github.com/apache/curator/compare/apache-curator-5.7.1...apache-curator-5.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/curator/commit/cbafb5349baf14132d315f2bbdb37e6eae25f222"><code>cbafb53</code></a> [maven-release-plugin] prepare release apache-curator-5.8.0</li> <li><a href="https://github.com/apache/curator/commit/f3e129cc0f8901c69409c79f0f03fecb7d1dddba"><code>f3e129c</code></a> chore: Send Issues update to commits@ list</li> <li><a href="https://github.com/apache/curator/commit/0bb3adf37877edd32c672c79fface4d748d3ed1a"><code>0bb3adf</code></a> <a href="https://redirect.github.com/apache/curator/issues/1248">GH-1248</a>. Fix bug of useSessionTimeoutMs overflow (<a href="https://redirect.github.com/apache/curator/issues/1249">#1249</a>)</li> <li><a href="https://github.com/apache/curator/commit/f0646f93c54a14546afcd2ff7ebca78546154fe9"><code>f0646f9</code></a> CURATOR-718: Refactor CuratorFramework inheritance hierarchy by composing fun...</li> <li><a href="https://github.com/apache/curator/commit/fb78e23d5228c7c5c850a2aa638c7e11caa931e9"><code>fb78e23</code></a> CURATOR-710: Fix leaking watch in EnsembleTracker (<a href="https://redirect.github.com/apache/curator/issues/508">#508</a>)</li> <li><a href="https://github.com/apache/curator/commit/8eb6f9ae382059b216876112d6c3f76e824e379d"><code>8eb6f9a</code></a> CURATOR-725: Allow for global compression (<a href="https://redirect.github.com/apache/curator/issues/512">#512</a>)</li> <li><a href="https://github.com/apache/curator/commit/914f2f7d1e395e623a9351ff8bbe5e951e7bdfd0"><code>914f2f7</code></a> CURATOR-729: Fix PersistentWatcher dead loop after curator closed (<a href="https://redirect.github.com/apache/curator/issues/520">#520</a>)</li> <li><a href="https://github.com/apache/curator/commit/3ccbad7c3684f7b680af45b72a3c9b34d0ad0b71"><code>3ccbad7</code></a> [CURATOR-730] Publish build scans to develocity.apache.org (<a href="https://redirect.github.com/apache/curator/issues/521">#521</a>)</li> <li><a href="https://github.com/apache/curator/commit/8bbcdbf9bc6989d0aad1a4be8b2254fbff37766a"><code>8bbcdbf</code></a> [CURATOR-721] Upgrade Guava Listenablefuture (<a href="https://redirect.github.com/apache/curator/issues/509">#509</a>)</li> <li><a href="https://github.com/apache/curator/commit/476268a68d307b6fa989a5314eacd9345bedfc58"><code>476268a</code></a> CURATOR-728: Not issue ZooKeeper::create if possible in ZkPaths::mkdirs (<a href="https://redirect.github.com/apache/curator/issues/518">#518</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/curator/compare/apache-curator-5.7.1...apache-curator-5.8.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.curator:curator-client` from 5.7.1 to 5.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/curator/releases">org.apache.curator:curator-client's releases</a>.</em></p> <blockquote> <h2>apache-curator-5.8.0</h2> <h2>What's Changed</h2> <ul> <li>CURATOR-717: Fix typo in CuratorCache Javadoc by <a href="https://github.com/pdolif"><code>@pdolif</code></a> in <a href="https://redirect.github.com/apache/curator/pull/507">apache/curator#507</a></li> <li>CURATOR-720: Stop retry if client is closed by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/511">apache/curator#511</a></li> <li>CURATOR-719: Fix orSetData for parallel create calls by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/510">apache/curator#510</a></li> <li>CURATOR-726: Improve tracing for certain operations by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/513">apache/curator#513</a></li> <li>CURATOR-724. Fix LeaderLatch recover on reconnected and missing leaderPath by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/curator/pull/515">apache/curator#515</a></li> <li>hotfix: build scan rejected by ge.apache.org by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/516">apache/curator#516</a></li> <li>chore: Enable GitHub Issues by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/curator/pull/519">apache/curator#519</a></li> <li>CURATOR-728: Not issue ZooKeeper::create if possible in ZkPaths::mkdirs by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/518">apache/curator#518</a></li> <li>[CURATOR-721] Upgrade Guava Listenablefuture by <a href="https://github.com/froque"><code>@froque</code></a> in <a href="https://redirect.github.com/apache/curator/pull/509">apache/curator#509</a></li> <li>[CURATOR-730] Publish build scans to develocity.apache.org by <a href="https://github.com/clayburn"><code>@clayburn</code></a> in <a href="https://redirect.github.com/apache/curator/pull/521">apache/curator#521</a></li> <li>CURATOR-729: Fix PersistentWatcher dead loop after curator closed by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/520">apache/curator#520</a></li> <li>CURATOR-725: Allow for global compression by <a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> in <a href="https://redirect.github.com/apache/curator/pull/512">apache/curator#512</a></li> <li>CURATOR-710: Fix leaking watch in EnsembleTracker by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/508">apache/curator#508</a></li> <li>CURATOR-718: Refactor CuratorFramework inheritance hierarchy by composing functionalities by <a href="https://github.com/kezhuw"><code>@kezhuw</code></a> in <a href="https://redirect.github.com/apache/curator/pull/517">apache/curator#517</a></li> <li><a href="https://redirect.github.com/apache/curator/issues/1248">GH-1248</a>. Fix bug of useSessionTimeoutMs overflow by <a href="https://github.com/xingsuo-zbz"><code>@xingsuo-zbz</code></a> in <a href="https://redirect.github.com/apache/curator/pull/1249">apache/curator#1249</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pdolif"><code>@pdolif</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/507">apache/curator#507</a></li> <li><a href="https://github.com/HoustonPutman"><code>@HoustonPutman</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/511">apache/curator#511</a></li> <li><a href="https://github.com/froque"><code>@froque</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/509">apache/curator#509</a></li> <li><a href="https://github.com/clayburn"><code>@clayburn</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/521">apache/curator#521</a></li> <li><a href="https://github.com/xingsuo-zbz"><code>@xingsuo-zbz</code></a> made their first contribution in <a href="https://redirect.github.com/apache/curator/pull/1249">apache/curator#1249</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/curator/compare/apache-curator-5.7.1...apache-curator-5.8.0">https://github.com/apache/curator/compare/apache-curator-5.7.1...apache-curator-5.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/curator/commit/cbafb5349baf14132d315f2bbdb37e6eae25f222"><code>cbafb53</code></a> [maven-release-plugin] prepare release apache-curator-5.8.0</li> <li><a href="https://github.com/apache/curator/commit/f3e129cc0f8901c69409c79f0f03fecb7d1dddba"><code>f3e129c</code></a> chore: Send Issues update to commits@ list</li> <li><a href="https://github.com/apache/curator/commit/0bb3adf37877edd32c672c79fface4d748d3ed1a"><code>0bb3adf</code></a> <a href="https://redirect.github.com/apache/curator/issues/1248">GH-1248</a>. Fix bug of useSessionTimeoutMs overflow (<a href="https://redirect.github.com/apache/curator/issues/1249">#1249</a>)</li> <li><a href="https://github.com/apache/curator/commit/f0646f93c54a14546afcd2ff7ebca78546154fe9"><code>f0646f9</code></a> CURATOR-718: Refactor CuratorFramework inheritance hierarchy by composing fun...</li> <li><a href="https://github.com/apache/curator/commit/fb78e23d5228c7c5c850a2aa638c7e11caa931e9"><code>fb78e23</code></a> CURATOR-710: Fix leaking watch in EnsembleTracker (<a href="https://redirect.github.com/apache/curator/issues/508">#508</a>)</li> <li><a href="https://github.com/apache/curator/commit/8eb6f9ae382059b216876112d6c3f76e824e379d"><code>8eb6f9a</code></a> CURATOR-725: Allow for global compression (<a href="https://redirect.github.com/apache/curator/issues/512">#512</a>)</li> <li><a href="https://github.com/apache/curator/commit/914f2f7d1e395e623a9351ff8bbe5e951e7bdfd0"><code>914f2f7</code></a> CURATOR-729: Fix PersistentWatcher dead loop after curator closed (<a href="https://redirect.github.com/apache/curator/issues/520">#520</a>)</li> <li><a href="https://github.com/apache/curator/commit/3ccbad7c3684f7b680af45b72a3c9b34d0ad0b71"><code>3ccbad7</code></a> [CURATOR-730] Publish build scans to develocity.apache.org (<a href="https://redirect.github.com/apache/curator/issues/521">#521</a>)</li> <li><a href="https://github.com/apache/curator/commit/8bbcdbf9bc6989d0aad1a4be8b2254fbff37766a"><code>8bbcdbf</code></a> [CURATOR-721] Upgrade Guava Listenablefuture (<a href="https://redirect.github.com/apache/curator/issues/509">#509</a>)</li> <li><a href="https://github.com/apache/curator/commit/476268a68d307b6fa989a5314eacd9345bedfc58"><code>476268a</code></a> CURATOR-728: Not issue ZooKeeper::create if possible in ZkPaths::mkdirs (<a href="https://redirect.github.com/apache/curator/issues/518">#518</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/curator/compare/apache-curator-5.7.1...apache-curator-5.8.0">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