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

   Bumps `pulsar-version` from 4.2.1 to 4.2.2.
   Updates `org.apache.pulsar:pulsar-client` from 4.2.1 to 4.2.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/pulsar/releases";>org.apache.pulsar:pulsar-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.2.2</h2>
   <h4>2026-06-08</h4>
   <h3>Library updates</h3>
   <ul>
   <li>[fix][sec] Bump org.asynchttpclient:async-http-client from 2.14.5 to 
2.15.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25818";>#25818</a>)</li>
   <li>[fix][sec] Upgrade commons-configuration2 to 2.15.0 to address 
CVE-2026-45205 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25844";>#25844</a>)</li>
   <li>[fix][sec] Upgrade Netty to 4.1.133.Final to address CVEs (<a 
href="https://redirect.github.com/apache/pulsar/pull/25670";>#25670</a>)</li>
   <li>[improve][misc] Upgrade Netty to 4.1.134 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25870";>#25870</a>)</li>
   <li>[fix][sec] Upgrade Netty to 4.1.135.Final to address several CVEs (<a 
href="https://redirect.github.com/apache/pulsar/pull/25918";>#25918</a>)</li>
   <li>[fix][sec] Upgrade thrift to 0.23.0 to address CVE-2026-43869 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25744";>#25744</a>)</li>
   <li>[fix][sec] Upgrade vert.x to 4.5.25 to address CVE-2026-6860 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25737";>#25737</a>)</li>
   <li>[fix][sec] Upgrade vertx to 4.5.27 to address CVE-2026-6860 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25745";>#25745</a>)</li>
   <li>[improve][misc] Upgrade vert.x to 4.5.28 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25924";>#25924</a>)</li>
   <li>[improve][build] Remove kotlin-stdlib override; upgrade okhttp3 5.3.2 
and okio 3.17.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25855";>#25855</a>)</li>
   <li>[improve][build] Upgrade org.apache.kerby:kerb-simplekdc from 1.1.1 to 
2.1.1 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25785";>#25785</a>)</li>
   <li>[improve][misc] Upgrade Jetty to 12.1.9 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25752";>#25752</a>)</li>
   <li>[improve][misc] Upgrade Jetty to 12.1.10 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25943";>#25943</a>)</li>
   <li>[improve][misc] Upgrade Caffeine to 3.2.4 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25663";>#25663</a>)</li>
   </ul>
   <h3>Broker</h3>
   <ul>
   <li>[fix][broker] Clean up orphan ledger on concurrent initial schema 
creation in BookkeeperSchemaStorage (<a 
href="https://redirect.github.com/apache/pulsar/pull/25514";>#25514</a>)</li>
   <li>[fix][broker] Close pending acks cleanup gap in BacklogQuotaManager (<a 
href="https://redirect.github.com/apache/pulsar/pull/25624";>#25624</a>)</li>
   <li>[fix][broker] ConcurrentLongHashMap throw ArrayIndexOutOfBoundsException 
(<a href="https://redirect.github.com/apache/pulsar/pull/25644";>#25644</a>)</li>
   <li>[fix][broker] Correct two race conditions in the tracker code and logic 
bug in InMemoryDelayedDeliveryTracker that failed with NoSuchElementException 
(<a href="https://redirect.github.com/apache/pulsar/pull/25681";>#25681</a>)</li>
   <li>[fix][broker] Decrement unacked counter when removeAllUpTo removes 
pending acks (<a 
href="https://redirect.github.com/apache/pulsar/pull/25581";>#25581</a>)</li>
   <li>[fix][broker] Fix compaction cursor reset may lose mark-delete 
properties (<a 
href="https://redirect.github.com/apache/pulsar/pull/25862";>#25862</a>)</li>
   <li>[fix][broker] Fix ManagedLedgerImpl.advanceCursorsIfNecessary() method 
may lose non-durable cursor properties in race condition (<a 
href="https://redirect.github.com/apache/pulsar/pull/25796";>#25796</a>)</li>
   <li>[fix][broker] Fix non-batched null-value messages not removed during 
topic compaction (<a 
href="https://redirect.github.com/apache/pulsar/pull/25817";>#25817</a>)</li>
   <li>[fix][broker] Fix PersistentMessageExpiryMonitor findEntryComplete() 
method may lose mark-delete properties in race condition (<a 
href="https://redirect.github.com/apache/pulsar/pull/25803";>#25803</a>)</li>
   <li>[fix][broker] Fix precision loss in DataSketchesSummaryLogger by 
replacing LongAdder with DoubleAdder for sum accumulation (<a 
href="https://redirect.github.com/apache/pulsar/pull/25594";>#25594</a>)</li>
   <li>[fix][broker] Fix PulsarService.closeAsync where Condition.signalAll was 
called without holding a lock (<a 
href="https://redirect.github.com/apache/pulsar/pull/25777";>#25777</a>)</li>
   <li>[fix][broker] Fix race in pending acks removal in 
redeliverUnacknowledgedMessages (<a 
href="https://redirect.github.com/apache/pulsar/pull/25589";>#25589</a>)</li>
   <li>[fix][broker] Fix stuck chunks in SharedConsumerAssignor permit tracking 
(<a href="https://redirect.github.com/apache/pulsar/pull/25620";>#25620</a>)</li>
   <li>[fix][broker] Merge broker offload extra configurations (<a 
href="https://redirect.github.com/apache/pulsar/pull/25736";>#25736</a>)</li>
   <li>[fix][broker] Move pending acks cleanup to selected mark-delete 
callbacks (<a 
href="https://redirect.github.com/apache/pulsar/pull/25592";>#25592</a>)</li>
   <li>[fix][broker] Race condition causes perpetual backlog on internal topics 
(<a href="https://redirect.github.com/apache/pulsar/pull/25572";>#25572</a>)</li>
   <li>[fix][broker] Skip backlog-quota eviction on fenced/closing topics (<a 
href="https://redirect.github.com/apache/pulsar/pull/25684";>#25684</a>)</li>
   <li>[fix][broker] Use effective offload policies for extra configs (<a 
href="https://redirect.github.com/apache/pulsar/pull/25781";>#25781</a>)</li>
   <li>[fix][broker] Wait for orphan schema ledger cleanup before retry (<a 
href="https://redirect.github.com/apache/pulsar/pull/25579";>#25579</a>)</li>
   <li>[fix][broker][fix][broker]Replication stats is empty when the cluster is 
the target cluster of a one-way replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/25583";>#25583</a>)</li>
   <li>[fix][broker]Replication is stuck because failed to read entries (<a 
href="https://redirect.github.com/apache/pulsar/pull/25625";>#25625</a>)</li>
   <li>[fix][bk] Fix NPE in IsolatedBookieEnsemblePlacementPolicy when policy 
class does not match (<a 
href="https://redirect.github.com/apache/pulsar/pull/25825";>#25825</a>)</li>
   <li>[fix][meta] Fix PulsarZooKeeperClient async addWatch callback retry 
behavior (<a 
href="https://redirect.github.com/apache/pulsar/pull/25913";>#25913</a>)</li>
   <li>[fix][meta] Fix ZooKeeper session reconnect race condition in 
PulsarZooKeeperClient.clientCreator (<a 
href="https://redirect.github.com/apache/pulsar/pull/25910";>#25910</a>)</li>
   <li>[improve][broker] optimize namespaceBundle validation to fix 
single-thread 100% CPU during unloading entire namespaces (<a 
href="https://redirect.github.com/apache/pulsar/pull/25626";>#25626</a>)</li>
   <li>[improve][broker] Prevent stale replicator pending reads after 
termination (<a 
href="https://redirect.github.com/apache/pulsar/pull/25767";>#25767</a>)</li>
   <li>[improve][offload] Coalesce automatic offload triggers to reduce retry 
loops and ledger scans (<a 
href="https://redirect.github.com/apache/pulsar/pull/25793";>#25793</a>)</li>
   <li>[fix][broker][branch-4.2] URL-encode sub-name in Txn pending-ack topic 
<a href="https://redirect.github.com/apache/pulsar/pull/25727";>#25727</a> (<a 
href="https://redirect.github.com/apache/pulsar/pull/25728";>#25728</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/pulsar/commit/b07e36239f1f532ca19156d42ae1feaf10073088";><code>b07e362</code></a>
 [improve][misc] Upgrade Jetty to 12.1.10 (<a 
href="https://redirect.github.com/apache/pulsar/issues/25943";>#25943</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0bd2b6e66945366232da3d797c6eac4f3455b254";><code>0bd2b6e</code></a>
 Release 4.2.2</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/65e999cbff9e2c21c98adfad889b45d1dc8d04e3";><code>65e999c</code></a>
 [fix][fn] Fix orphan exclusive producer on creation timeout in 
WorkerUtils.cr...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/ae5f410189eea30b883b6d78845cce630f08c1e7";><code>ae5f410</code></a>
 [fix][client] Preserve equals in FieldParser map values (<a 
href="https://redirect.github.com/apache/pulsar/issues/25907";>#25907</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/45cd065d32f09eb85cf71a6fde4ffbc562a34cce";><code>45cd065</code></a>
 [improve][client] Clean up unacked message tracker when topics are removed 
in...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/b91e2ee3a0fc332afe461090f484d93ad798a67f";><code>b91e2ee</code></a>
 [fix][client] Match logical topic when removing unacked messages (<a 
href="https://redirect.github.com/apache/pulsar/issues/25921";>#25921</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/9ce25e3ce38cecce3e07a6e985eb239bdd17d742";><code>9ce25e3</code></a>
 [improve][functions] Allow customizing Kubernetes service domain suffix in 
Fu...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/fa9865cd8920370457c034fdae5a16724987bbd9";><code>fa9865c</code></a>
 [improve][misc] Upgrade vert.x to 4.5.28 (<a 
href="https://redirect.github.com/apache/pulsar/issues/25924";>#25924</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/edac8b150876220669d408e560830664199830a3";><code>edac8b1</code></a>
 [fix][test] Stabilize testSecondaryIsolationGroupsBookiesNegative() test (<a 
href="https://redirect.github.com/apache/pulsar/issues/25";>#25</a>...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/a640579a55ab64c006aaeee0e17d789c3ff9d823";><code>a640579</code></a>
 [improve][offload] Coalesce automatic offload triggers to reduce retry loops 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/pulsar/compare/v4.2.1...v4.2.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.pulsar:pulsar-client-admin` from 4.2.1 to 4.2.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/pulsar/releases";>org.apache.pulsar:pulsar-client-admin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.2.2</h2>
   <h4>2026-06-08</h4>
   <h3>Library updates</h3>
   <ul>
   <li>[fix][sec] Bump org.asynchttpclient:async-http-client from 2.14.5 to 
2.15.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25818";>#25818</a>)</li>
   <li>[fix][sec] Upgrade commons-configuration2 to 2.15.0 to address 
CVE-2026-45205 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25844";>#25844</a>)</li>
   <li>[fix][sec] Upgrade Netty to 4.1.133.Final to address CVEs (<a 
href="https://redirect.github.com/apache/pulsar/pull/25670";>#25670</a>)</li>
   <li>[improve][misc] Upgrade Netty to 4.1.134 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25870";>#25870</a>)</li>
   <li>[fix][sec] Upgrade Netty to 4.1.135.Final to address several CVEs (<a 
href="https://redirect.github.com/apache/pulsar/pull/25918";>#25918</a>)</li>
   <li>[fix][sec] Upgrade thrift to 0.23.0 to address CVE-2026-43869 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25744";>#25744</a>)</li>
   <li>[fix][sec] Upgrade vert.x to 4.5.25 to address CVE-2026-6860 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25737";>#25737</a>)</li>
   <li>[fix][sec] Upgrade vertx to 4.5.27 to address CVE-2026-6860 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25745";>#25745</a>)</li>
   <li>[improve][misc] Upgrade vert.x to 4.5.28 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25924";>#25924</a>)</li>
   <li>[improve][build] Remove kotlin-stdlib override; upgrade okhttp3 5.3.2 
and okio 3.17.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25855";>#25855</a>)</li>
   <li>[improve][build] Upgrade org.apache.kerby:kerb-simplekdc from 1.1.1 to 
2.1.1 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25785";>#25785</a>)</li>
   <li>[improve][misc] Upgrade Jetty to 12.1.9 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25752";>#25752</a>)</li>
   <li>[improve][misc] Upgrade Jetty to 12.1.10 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25943";>#25943</a>)</li>
   <li>[improve][misc] Upgrade Caffeine to 3.2.4 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25663";>#25663</a>)</li>
   </ul>
   <h3>Broker</h3>
   <ul>
   <li>[fix][broker] Clean up orphan ledger on concurrent initial schema 
creation in BookkeeperSchemaStorage (<a 
href="https://redirect.github.com/apache/pulsar/pull/25514";>#25514</a>)</li>
   <li>[fix][broker] Close pending acks cleanup gap in BacklogQuotaManager (<a 
href="https://redirect.github.com/apache/pulsar/pull/25624";>#25624</a>)</li>
   <li>[fix][broker] ConcurrentLongHashMap throw ArrayIndexOutOfBoundsException 
(<a href="https://redirect.github.com/apache/pulsar/pull/25644";>#25644</a>)</li>
   <li>[fix][broker] Correct two race conditions in the tracker code and logic 
bug in InMemoryDelayedDeliveryTracker that failed with NoSuchElementException 
(<a href="https://redirect.github.com/apache/pulsar/pull/25681";>#25681</a>)</li>
   <li>[fix][broker] Decrement unacked counter when removeAllUpTo removes 
pending acks (<a 
href="https://redirect.github.com/apache/pulsar/pull/25581";>#25581</a>)</li>
   <li>[fix][broker] Fix compaction cursor reset may lose mark-delete 
properties (<a 
href="https://redirect.github.com/apache/pulsar/pull/25862";>#25862</a>)</li>
   <li>[fix][broker] Fix ManagedLedgerImpl.advanceCursorsIfNecessary() method 
may lose non-durable cursor properties in race condition (<a 
href="https://redirect.github.com/apache/pulsar/pull/25796";>#25796</a>)</li>
   <li>[fix][broker] Fix non-batched null-value messages not removed during 
topic compaction (<a 
href="https://redirect.github.com/apache/pulsar/pull/25817";>#25817</a>)</li>
   <li>[fix][broker] Fix PersistentMessageExpiryMonitor findEntryComplete() 
method may lose mark-delete properties in race condition (<a 
href="https://redirect.github.com/apache/pulsar/pull/25803";>#25803</a>)</li>
   <li>[fix][broker] Fix precision loss in DataSketchesSummaryLogger by 
replacing LongAdder with DoubleAdder for sum accumulation (<a 
href="https://redirect.github.com/apache/pulsar/pull/25594";>#25594</a>)</li>
   <li>[fix][broker] Fix PulsarService.closeAsync where Condition.signalAll was 
called without holding a lock (<a 
href="https://redirect.github.com/apache/pulsar/pull/25777";>#25777</a>)</li>
   <li>[fix][broker] Fix race in pending acks removal in 
redeliverUnacknowledgedMessages (<a 
href="https://redirect.github.com/apache/pulsar/pull/25589";>#25589</a>)</li>
   <li>[fix][broker] Fix stuck chunks in SharedConsumerAssignor permit tracking 
(<a href="https://redirect.github.com/apache/pulsar/pull/25620";>#25620</a>)</li>
   <li>[fix][broker] Merge broker offload extra configurations (<a 
href="https://redirect.github.com/apache/pulsar/pull/25736";>#25736</a>)</li>
   <li>[fix][broker] Move pending acks cleanup to selected mark-delete 
callbacks (<a 
href="https://redirect.github.com/apache/pulsar/pull/25592";>#25592</a>)</li>
   <li>[fix][broker] Race condition causes perpetual backlog on internal topics 
(<a href="https://redirect.github.com/apache/pulsar/pull/25572";>#25572</a>)</li>
   <li>[fix][broker] Skip backlog-quota eviction on fenced/closing topics (<a 
href="https://redirect.github.com/apache/pulsar/pull/25684";>#25684</a>)</li>
   <li>[fix][broker] Use effective offload policies for extra configs (<a 
href="https://redirect.github.com/apache/pulsar/pull/25781";>#25781</a>)</li>
   <li>[fix][broker] Wait for orphan schema ledger cleanup before retry (<a 
href="https://redirect.github.com/apache/pulsar/pull/25579";>#25579</a>)</li>
   <li>[fix][broker][fix][broker]Replication stats is empty when the cluster is 
the target cluster of a one-way replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/25583";>#25583</a>)</li>
   <li>[fix][broker]Replication is stuck because failed to read entries (<a 
href="https://redirect.github.com/apache/pulsar/pull/25625";>#25625</a>)</li>
   <li>[fix][bk] Fix NPE in IsolatedBookieEnsemblePlacementPolicy when policy 
class does not match (<a 
href="https://redirect.github.com/apache/pulsar/pull/25825";>#25825</a>)</li>
   <li>[fix][meta] Fix PulsarZooKeeperClient async addWatch callback retry 
behavior (<a 
href="https://redirect.github.com/apache/pulsar/pull/25913";>#25913</a>)</li>
   <li>[fix][meta] Fix ZooKeeper session reconnect race condition in 
PulsarZooKeeperClient.clientCreator (<a 
href="https://redirect.github.com/apache/pulsar/pull/25910";>#25910</a>)</li>
   <li>[improve][broker] optimize namespaceBundle validation to fix 
single-thread 100% CPU during unloading entire namespaces (<a 
href="https://redirect.github.com/apache/pulsar/pull/25626";>#25626</a>)</li>
   <li>[improve][broker] Prevent stale replicator pending reads after 
termination (<a 
href="https://redirect.github.com/apache/pulsar/pull/25767";>#25767</a>)</li>
   <li>[improve][offload] Coalesce automatic offload triggers to reduce retry 
loops and ledger scans (<a 
href="https://redirect.github.com/apache/pulsar/pull/25793";>#25793</a>)</li>
   <li>[fix][broker][branch-4.2] URL-encode sub-name in Txn pending-ack topic 
<a href="https://redirect.github.com/apache/pulsar/pull/25727";>#25727</a> (<a 
href="https://redirect.github.com/apache/pulsar/pull/25728";>#25728</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/pulsar/commit/b07e36239f1f532ca19156d42ae1feaf10073088";><code>b07e362</code></a>
 [improve][misc] Upgrade Jetty to 12.1.10 (<a 
href="https://redirect.github.com/apache/pulsar/issues/25943";>#25943</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0bd2b6e66945366232da3d797c6eac4f3455b254";><code>0bd2b6e</code></a>
 Release 4.2.2</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/65e999cbff9e2c21c98adfad889b45d1dc8d04e3";><code>65e999c</code></a>
 [fix][fn] Fix orphan exclusive producer on creation timeout in 
WorkerUtils.cr...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/ae5f410189eea30b883b6d78845cce630f08c1e7";><code>ae5f410</code></a>
 [fix][client] Preserve equals in FieldParser map values (<a 
href="https://redirect.github.com/apache/pulsar/issues/25907";>#25907</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/45cd065d32f09eb85cf71a6fde4ffbc562a34cce";><code>45cd065</code></a>
 [improve][client] Clean up unacked message tracker when topics are removed 
in...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/b91e2ee3a0fc332afe461090f484d93ad798a67f";><code>b91e2ee</code></a>
 [fix][client] Match logical topic when removing unacked messages (<a 
href="https://redirect.github.com/apache/pulsar/issues/25921";>#25921</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/9ce25e3ce38cecce3e07a6e985eb239bdd17d742";><code>9ce25e3</code></a>
 [improve][functions] Allow customizing Kubernetes service domain suffix in 
Fu...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/fa9865cd8920370457c034fdae5a16724987bbd9";><code>fa9865c</code></a>
 [improve][misc] Upgrade vert.x to 4.5.28 (<a 
href="https://redirect.github.com/apache/pulsar/issues/25924";>#25924</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/edac8b150876220669d408e560830664199830a3";><code>edac8b1</code></a>
 [fix][test] Stabilize testSecondaryIsolationGroupsBookiesNegative() test (<a 
href="https://redirect.github.com/apache/pulsar/issues/25";>#25</a>...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/a640579a55ab64c006aaeee0e17d789c3ff9d823";><code>a640579</code></a>
 [improve][offload] Coalesce automatic offload triggers to reduce retry loops 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/pulsar/compare/v4.2.1...v4.2.2";>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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to