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

   Bumps `pulsar-version` from 3.3.0 to 3.3.1.
   Updates `org.apache.pulsar:pulsar-client` from 3.3.0 to 3.3.1
   <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>v3.3.1</h2>
   <h4>2024-08-01</h4>
   <h3>Broker</h3>
   <ul>
   <li>[feat][broker] PIP-264: Add OpenTelemetry consumer metrics (<a 
href="https://redirect.github.com/apache/pulsar/pull/22693";>#22693</a>)</li>
   <li>[feat][broker] PIP-321 Introduce allowed-cluster at the namespace level 
(<a href="https://redirect.github.com/apache/pulsar/pull/22378";>#22378</a>) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22961";>#22961</a>)</li>
   <li>[fix] Make operations on <code>individualDeletedMessages</code> in lock 
scope (<a 
href="https://redirect.github.com/apache/pulsar/pull/22966";>#22966</a>)</li>
   <li>[fix] Remove blocking calls from BookieRackAffinityMapping (<a 
href="https://redirect.github.com/apache/pulsar/pull/22846";>#22846</a>)</li>
   <li>[fix][admin] Fix half deletion when attempt to topic with a incorrect 
API (<a 
href="https://redirect.github.com/apache/pulsar/pull/23002";>#23002</a>)</li>
   <li>[fix][broker] Asynchronously return brokerRegistry.lookupAsync when 
checking if broker is active(ExtensibleLoadManagerImpl only) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22899";>#22899</a>)</li>
   <li>[fix][broker] Can't connecte to non-persist topic when enable broker 
client tls (<a 
href="https://redirect.github.com/apache/pulsar/pull/22991";>#22991</a>)</li>
   <li>[fix][broker] Check the markDeletePosition and calculate the backlog (<a 
href="https://redirect.github.com/apache/pulsar/pull/22947";>#22947</a>)</li>
   <li>[fix][broker] Ensure that PulsarService is ready for serving incoming 
requests (<a 
href="https://redirect.github.com/apache/pulsar/pull/22977";>#22977</a>)</li>
   <li>[fix][broker] EntryFilters fix NoClassDefFoundError due to closed 
classloader (<a 
href="https://redirect.github.com/apache/pulsar/pull/22767";>#22767</a>)</li>
   <li>[fix][broker] Fix MessageDeduplication replay timeout cause topic 
loading stuck (<a 
href="https://redirect.github.com/apache/pulsar/pull/23004";>#23004</a>)</li>
   <li>[fix][broker] Fix NPE after publishing a tombstone to the service unit 
channel (<a 
href="https://redirect.github.com/apache/pulsar/pull/22859";>#22859</a>)</li>
   <li>[fix][broker] Fix ProducerBusy issue due to incorrect 
userCreatedProducerCount on non-persistent topic (<a 
href="https://redirect.github.com/apache/pulsar/pull/22685";>#22685</a>)</li>
   <li>[fix][broker] Fix broker OOM when upload a large package. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22989";>#22989</a>)</li>
   <li>[fix][broker] Fix cursor should use latest ledger config (<a 
href="https://redirect.github.com/apache/pulsar/pull/22644";>#22644</a>)</li>
   <li>[fix][broker] Fix geo-replication admin client url (<a 
href="https://redirect.github.com/apache/pulsar/pull/22584";>#22584</a>)</li>
   <li>[fix][broker] Fix stuck when enable topic level replication and build 
remote admin fails (<a 
href="https://redirect.github.com/apache/pulsar/pull/23028";>#23028</a>)</li>
   <li>[fix][broker] Fix topic status for oldestBacklogMessageAgeSeconds 
continuously increases even when there is no backlog. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22907";>#22907</a>)</li>
   <li>[fix][broker] Fix updatePartitionedTopic when replication at ns level 
and topic policy is set (<a 
href="https://redirect.github.com/apache/pulsar/pull/22971";>#22971</a>)</li>
   <li>[fix][broker] Handle BucketDelayedDeliveryTracker recover failed (<a 
href="https://redirect.github.com/apache/pulsar/pull/22735";>#22735</a>)</li>
   <li>[fix][broker] Immediately tombstone Deleted and Free state bundles (<a 
href="https://redirect.github.com/apache/pulsar/pull/22743";>#22743</a>)</li>
   <li>[fix][broker] Messages lost on the remote cluster when using topic level 
replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22890";>#22890</a>)</li>
   <li>[fix][broker] PulsarStandalone started with error if 
--stream-storage-port is not 4181 (<a 
href="https://redirect.github.com/apache/pulsar/pull/22993";>#22993</a>)</li>
   <li>[fix][broker] Remove blocking calls from Subscription.getStats (<a 
href="https://redirect.github.com/apache/pulsar/pull/23088";>#23088</a>)</li>
   <li>[fix][broker] Replication stuck when partitions count between two 
clusters is not the same (<a 
href="https://redirect.github.com/apache/pulsar/pull/22983";>#22983</a>)</li>
   <li>[fix][broker] Support advertised listeners when gracefully transferring 
topics (ExtensibleLoadManagerImpl only) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22862";>#22862</a>)</li>
   <li>[fix][broker] The topic might reference a closed ledger (<a 
href="https://redirect.github.com/apache/pulsar/pull/22860";>#22860</a>)</li>
   <li>[fix][broker] Update init and shutdown time and other minor logic 
(ExtensibleLoadManagerImpl only) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22930";>#22930</a>)</li>
   <li>[fix][broker] broker log a full thread dump when a deadlock is detected 
in healthcheck every time (<a 
href="https://redirect.github.com/apache/pulsar/pull/22916";>#22916</a>)</li>
   <li>[fix][broker] disable loadBalancerDirectMemoryResourceWeight by default 
(<a href="https://redirect.github.com/apache/pulsar/pull/22821";>#22821</a>)</li>
   <li>[fix][broker] fix deadlock when disable topic level Geo-Replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22738";>#22738</a>)</li>
   <li>[fix][broker] fix replicated subscriptions for transactional messages 
(<a href="https://redirect.github.com/apache/pulsar/pull/22452";>#22452</a>)</li>
   <li>[fix][broker] fix topic partitions was expanded even if disabled topic 
level replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22769";>#22769</a>)</li>
   <li>[fix][broker] maintain last active info in memory only. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22794";>#22794</a>)</li>
   <li>[fix][broker] rename to changeMaxReadPositionCount (<a 
href="https://redirect.github.com/apache/pulsar/pull/22656";>#22656</a>)</li>
   <li>[fix][broker] response not-found error if topic does not exist when 
calling getPartitionedTopicMetadata (<a 
href="https://redirect.github.com/apache/pulsar/pull/22838";>#22838</a>)</li>
   <li>[fix][broker] usedLocallySinceLastReport should always be reset (<a 
href="https://redirect.github.com/apache/pulsar/pull/22672";>#22672</a>)</li>
   <li>[fix][broker]Fix lookupService.getTopicsUnderNamespace can not work with 
a quote pattern (<a 
href="https://redirect.github.com/apache/pulsar/pull/23014";>#23014</a>)</li>
   <li>[fix][broker][branch-3.3] Do not try to clean owned bundles from 
inactive source brokers (ExtensibleLoadManagerImpl only) (<a 
href="https://redirect.github.com/apache/pulsar/pull/23064";>#23064</a>) (<a 
href="https://redirect.github.com/apache/pulsar/pull/23085";>#23085</a>)</li>
   <li>[fix][misc] Disable JFR based telemetry collection since it's not used 
(<a href="https://redirect.github.com/apache/pulsar/pull/22869";>#22869</a>)</li>
   <li>[fix][misc] Topic name from persistence name should decode local name 
(<a href="https://redirect.github.com/apache/pulsar/pull/22879";>#22879</a>)</li>
   <li>[fix][ml] Add entry fail due to race condition about add entry 
failed/timeout and switch ledger (<a 
href="https://redirect.github.com/apache/pulsar/pull/22221";>#22221</a>)</li>
   <li>[fix][ml] Fix race conditions in RangeCache (<a 
href="https://redirect.github.com/apache/pulsar/pull/22789";>#22789</a>)</li>
   <li>[improve][ml] RangeCache refactoring: test race conditions and prevent 
endless loops (<a 
href="https://redirect.github.com/apache/pulsar/pull/22814";>#22814</a>)</li>
   <li>[improve][ml] RangeCache refactoring follow-up: use StampedLock instead 
of synchronized (<a 
href="https://redirect.github.com/apache/pulsar/pull/22818";>#22818</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/1097245793b31491ed92114edb9f9a576aa2cb32";><code>1097245</code></a>
 Release 3.3.1</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/cb3d7434582142cd489a8dec42dc757800b48fc0";><code>cb3d743</code></a>
 [improve][broker] Reduce the CPU pressure from the transaction buffer in 
roll...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/adc71a2f6aaf28321e727194fc93848faf8832fc";><code>adc71a2</code></a>
 [improve][ci] Switch to use DEVELOCITY_ACCESS_KEY from 
GRADLE_ENTERPRISE_ACCE...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0e88c94787171a68e4c44c9fa37609d6479da235";><code>0e88c94</code></a>
 [improve] [broker] Check max producers/consumers limitation first before 
othe...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/422ee7ccc36cddff8bab3d1215a172bcd051e6e7";><code>422ee7c</code></a>
 [fix] [broker] Remove blocking calls from Subscription.getStats (<a 
href="https://redirect.github.com/apache/pulsar/issues/23088";>#23088</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/4ff8f93b15730f474fb42d9a2abb6f958ab4ab2a";><code>4ff8f93</code></a>
 [fix][client] Fix negative acknowledgement by messageId (<a 
href="https://redirect.github.com/apache/pulsar/issues/23060";>#23060</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0fa42712e0311107e1cd774fbc20f0f7380fd27a";><code>0fa4271</code></a>
 [fix][broker][branch-3.3] Do not try to clean owned bundles from inactive 
sou...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/009806e8e928ef60cd131f17c9094377fb9a7288";><code>009806e</code></a>
 [fix][build][branch-3.3] Fix ImportOrder</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/9bb0d4e12f44f04f47a3bafbdd3adf4e1e2f2cd0";><code>9bb0d4e</code></a>
 Revert &quot;[fix] Fix compile failing (<a 
href="https://redirect.github.com/apache/pulsar/issues/23070";>#23070</a>)&quot;</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/61799dcfdc7ffc54aafbe04f1539f9c101cf51ce";><code>61799dc</code></a>
 [fix] Fix compile failing (<a 
href="https://redirect.github.com/apache/pulsar/issues/23070";>#23070</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/pulsar/compare/v3.3.0...v3.3.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.pulsar:pulsar-client-admin` from 3.3.0 to 3.3.1
   <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>v3.3.1</h2>
   <h4>2024-08-01</h4>
   <h3>Broker</h3>
   <ul>
   <li>[feat][broker] PIP-264: Add OpenTelemetry consumer metrics (<a 
href="https://redirect.github.com/apache/pulsar/pull/22693";>#22693</a>)</li>
   <li>[feat][broker] PIP-321 Introduce allowed-cluster at the namespace level 
(<a href="https://redirect.github.com/apache/pulsar/pull/22378";>#22378</a>) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22961";>#22961</a>)</li>
   <li>[fix] Make operations on <code>individualDeletedMessages</code> in lock 
scope (<a 
href="https://redirect.github.com/apache/pulsar/pull/22966";>#22966</a>)</li>
   <li>[fix] Remove blocking calls from BookieRackAffinityMapping (<a 
href="https://redirect.github.com/apache/pulsar/pull/22846";>#22846</a>)</li>
   <li>[fix][admin] Fix half deletion when attempt to topic with a incorrect 
API (<a 
href="https://redirect.github.com/apache/pulsar/pull/23002";>#23002</a>)</li>
   <li>[fix][broker] Asynchronously return brokerRegistry.lookupAsync when 
checking if broker is active(ExtensibleLoadManagerImpl only) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22899";>#22899</a>)</li>
   <li>[fix][broker] Can't connecte to non-persist topic when enable broker 
client tls (<a 
href="https://redirect.github.com/apache/pulsar/pull/22991";>#22991</a>)</li>
   <li>[fix][broker] Check the markDeletePosition and calculate the backlog (<a 
href="https://redirect.github.com/apache/pulsar/pull/22947";>#22947</a>)</li>
   <li>[fix][broker] Ensure that PulsarService is ready for serving incoming 
requests (<a 
href="https://redirect.github.com/apache/pulsar/pull/22977";>#22977</a>)</li>
   <li>[fix][broker] EntryFilters fix NoClassDefFoundError due to closed 
classloader (<a 
href="https://redirect.github.com/apache/pulsar/pull/22767";>#22767</a>)</li>
   <li>[fix][broker] Fix MessageDeduplication replay timeout cause topic 
loading stuck (<a 
href="https://redirect.github.com/apache/pulsar/pull/23004";>#23004</a>)</li>
   <li>[fix][broker] Fix NPE after publishing a tombstone to the service unit 
channel (<a 
href="https://redirect.github.com/apache/pulsar/pull/22859";>#22859</a>)</li>
   <li>[fix][broker] Fix ProducerBusy issue due to incorrect 
userCreatedProducerCount on non-persistent topic (<a 
href="https://redirect.github.com/apache/pulsar/pull/22685";>#22685</a>)</li>
   <li>[fix][broker] Fix broker OOM when upload a large package. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22989";>#22989</a>)</li>
   <li>[fix][broker] Fix cursor should use latest ledger config (<a 
href="https://redirect.github.com/apache/pulsar/pull/22644";>#22644</a>)</li>
   <li>[fix][broker] Fix geo-replication admin client url (<a 
href="https://redirect.github.com/apache/pulsar/pull/22584";>#22584</a>)</li>
   <li>[fix][broker] Fix stuck when enable topic level replication and build 
remote admin fails (<a 
href="https://redirect.github.com/apache/pulsar/pull/23028";>#23028</a>)</li>
   <li>[fix][broker] Fix topic status for oldestBacklogMessageAgeSeconds 
continuously increases even when there is no backlog. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22907";>#22907</a>)</li>
   <li>[fix][broker] Fix updatePartitionedTopic when replication at ns level 
and topic policy is set (<a 
href="https://redirect.github.com/apache/pulsar/pull/22971";>#22971</a>)</li>
   <li>[fix][broker] Handle BucketDelayedDeliveryTracker recover failed (<a 
href="https://redirect.github.com/apache/pulsar/pull/22735";>#22735</a>)</li>
   <li>[fix][broker] Immediately tombstone Deleted and Free state bundles (<a 
href="https://redirect.github.com/apache/pulsar/pull/22743";>#22743</a>)</li>
   <li>[fix][broker] Messages lost on the remote cluster when using topic level 
replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22890";>#22890</a>)</li>
   <li>[fix][broker] PulsarStandalone started with error if 
--stream-storage-port is not 4181 (<a 
href="https://redirect.github.com/apache/pulsar/pull/22993";>#22993</a>)</li>
   <li>[fix][broker] Remove blocking calls from Subscription.getStats (<a 
href="https://redirect.github.com/apache/pulsar/pull/23088";>#23088</a>)</li>
   <li>[fix][broker] Replication stuck when partitions count between two 
clusters is not the same (<a 
href="https://redirect.github.com/apache/pulsar/pull/22983";>#22983</a>)</li>
   <li>[fix][broker] Support advertised listeners when gracefully transferring 
topics (ExtensibleLoadManagerImpl only) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22862";>#22862</a>)</li>
   <li>[fix][broker] The topic might reference a closed ledger (<a 
href="https://redirect.github.com/apache/pulsar/pull/22860";>#22860</a>)</li>
   <li>[fix][broker] Update init and shutdown time and other minor logic 
(ExtensibleLoadManagerImpl only) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22930";>#22930</a>)</li>
   <li>[fix][broker] broker log a full thread dump when a deadlock is detected 
in healthcheck every time (<a 
href="https://redirect.github.com/apache/pulsar/pull/22916";>#22916</a>)</li>
   <li>[fix][broker] disable loadBalancerDirectMemoryResourceWeight by default 
(<a href="https://redirect.github.com/apache/pulsar/pull/22821";>#22821</a>)</li>
   <li>[fix][broker] fix deadlock when disable topic level Geo-Replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22738";>#22738</a>)</li>
   <li>[fix][broker] fix replicated subscriptions for transactional messages 
(<a href="https://redirect.github.com/apache/pulsar/pull/22452";>#22452</a>)</li>
   <li>[fix][broker] fix topic partitions was expanded even if disabled topic 
level replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22769";>#22769</a>)</li>
   <li>[fix][broker] maintain last active info in memory only. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22794";>#22794</a>)</li>
   <li>[fix][broker] rename to changeMaxReadPositionCount (<a 
href="https://redirect.github.com/apache/pulsar/pull/22656";>#22656</a>)</li>
   <li>[fix][broker] response not-found error if topic does not exist when 
calling getPartitionedTopicMetadata (<a 
href="https://redirect.github.com/apache/pulsar/pull/22838";>#22838</a>)</li>
   <li>[fix][broker] usedLocallySinceLastReport should always be reset (<a 
href="https://redirect.github.com/apache/pulsar/pull/22672";>#22672</a>)</li>
   <li>[fix][broker]Fix lookupService.getTopicsUnderNamespace can not work with 
a quote pattern (<a 
href="https://redirect.github.com/apache/pulsar/pull/23014";>#23014</a>)</li>
   <li>[fix][broker][branch-3.3] Do not try to clean owned bundles from 
inactive source brokers (ExtensibleLoadManagerImpl only) (<a 
href="https://redirect.github.com/apache/pulsar/pull/23064";>#23064</a>) (<a 
href="https://redirect.github.com/apache/pulsar/pull/23085";>#23085</a>)</li>
   <li>[fix][misc] Disable JFR based telemetry collection since it's not used 
(<a href="https://redirect.github.com/apache/pulsar/pull/22869";>#22869</a>)</li>
   <li>[fix][misc] Topic name from persistence name should decode local name 
(<a href="https://redirect.github.com/apache/pulsar/pull/22879";>#22879</a>)</li>
   <li>[fix][ml] Add entry fail due to race condition about add entry 
failed/timeout and switch ledger (<a 
href="https://redirect.github.com/apache/pulsar/pull/22221";>#22221</a>)</li>
   <li>[fix][ml] Fix race conditions in RangeCache (<a 
href="https://redirect.github.com/apache/pulsar/pull/22789";>#22789</a>)</li>
   <li>[improve][ml] RangeCache refactoring: test race conditions and prevent 
endless loops (<a 
href="https://redirect.github.com/apache/pulsar/pull/22814";>#22814</a>)</li>
   <li>[improve][ml] RangeCache refactoring follow-up: use StampedLock instead 
of synchronized (<a 
href="https://redirect.github.com/apache/pulsar/pull/22818";>#22818</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/1097245793b31491ed92114edb9f9a576aa2cb32";><code>1097245</code></a>
 Release 3.3.1</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/cb3d7434582142cd489a8dec42dc757800b48fc0";><code>cb3d743</code></a>
 [improve][broker] Reduce the CPU pressure from the transaction buffer in 
roll...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/adc71a2f6aaf28321e727194fc93848faf8832fc";><code>adc71a2</code></a>
 [improve][ci] Switch to use DEVELOCITY_ACCESS_KEY from 
GRADLE_ENTERPRISE_ACCE...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0e88c94787171a68e4c44c9fa37609d6479da235";><code>0e88c94</code></a>
 [improve] [broker] Check max producers/consumers limitation first before 
othe...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/422ee7ccc36cddff8bab3d1215a172bcd051e6e7";><code>422ee7c</code></a>
 [fix] [broker] Remove blocking calls from Subscription.getStats (<a 
href="https://redirect.github.com/apache/pulsar/issues/23088";>#23088</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/4ff8f93b15730f474fb42d9a2abb6f958ab4ab2a";><code>4ff8f93</code></a>
 [fix][client] Fix negative acknowledgement by messageId (<a 
href="https://redirect.github.com/apache/pulsar/issues/23060";>#23060</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0fa42712e0311107e1cd774fbc20f0f7380fd27a";><code>0fa4271</code></a>
 [fix][broker][branch-3.3] Do not try to clean owned bundles from inactive 
sou...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/009806e8e928ef60cd131f17c9094377fb9a7288";><code>009806e</code></a>
 [fix][build][branch-3.3] Fix ImportOrder</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/9bb0d4e12f44f04f47a3bafbdd3adf4e1e2f2cd0";><code>9bb0d4e</code></a>
 Revert &quot;[fix] Fix compile failing (<a 
href="https://redirect.github.com/apache/pulsar/issues/23070";>#23070</a>)&quot;</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/61799dcfdc7ffc54aafbe04f1539f9c101cf51ce";><code>61799dc</code></a>
 [fix] Fix compile failing (<a 
href="https://redirect.github.com/apache/pulsar/issues/23070";>#23070</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/pulsar/compare/v3.3.0...v3.3.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 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: commits-unsubscr...@camel.apache.org

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

Reply via email to