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

   Bumps `pulsar.version` from 3.2.2 to 3.2.3.
   Updates `org.apache.pulsar:pulsar-client` from 3.2.2 to 3.2.3
   <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.2.3</h2>
   <h3>Broker</h3>
   <ul>
   <li>[fix][admin] Fix force delete subscription not working (<a 
href="https://redirect.github.com/apache/pulsar/pull/22423";>#22423</a>)</li>
   <li>[fix][broker] Fix Reader can be stuck from transaction aborted messages. 
(<a href="https://redirect.github.com/apache/pulsar/pull/22610";>#22610</a>)</li>
   <li>[fix][admin] Fix can't delete tenant for v1 (<a 
href="https://redirect.github.com/apache/pulsar/pull/22550";>#22550</a>)</li>
   <li>[fix][admin] Fix namespace admin api exception response (<a 
href="https://redirect.github.com/apache/pulsar/pull/22587";>#22587</a>)</li>
   <li>[fix][broker] Avoid being stuck when closing the broker with extensible 
load manager (<a 
href="https://redirect.github.com/apache/pulsar/pull/22573";>#22573</a>)</li>
   <li>[fix][broker] Create new ledger after the current ledger is closed (<a 
href="https://redirect.github.com/apache/pulsar/pull/22034";>#22034</a>)</li>
   <li>[fix][broker] Disable system topic message deduplication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22582";>#22582</a>)</li>
   <li>[fix][broker] Do not migrate internal topics during Blue-Green Migration 
when ExtensibleLoadBalancer is used (<a 
href="https://redirect.github.com/apache/pulsar/pull/22478";>#22478</a>)</li>
   <li>[fix][broker] Fix BufferOverflowException and EOFException bugs in 
/metrics gzip compression (<a 
href="https://redirect.github.com/apache/pulsar/pull/22576";>#22576</a>)</li>
   <li>[fix][broker] Fix NPE causing dispatching to stop when using Key_Shared 
mode and allowOutOfOrderDelivery=true (<a 
href="https://redirect.github.com/apache/pulsar/pull/22533";>#22533</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 a deadlock in SystemTopicBasedTopicPoliciesService 
during NamespaceEventsSystemTopicFactory init (<a 
href="https://redirect.github.com/apache/pulsar/pull/22528";>#22528</a>)</li>
   <li>[fix][broker] Fix broken topic policy implementation compatibility with 
old pulsar version (<a 
href="https://redirect.github.com/apache/pulsar/pull/22535";>#22535</a>)</li>
   <li>[fix][broker] Fix consumer stops receiving messages when with large 
backlogs processing (<a 
href="https://redirect.github.com/apache/pulsar/pull/22454";>#22454</a>)</li>
   <li>[fix][broker] Fix invalid condition in logging exceptions (<a 
href="https://redirect.github.com/apache/pulsar/pull/22412";>#22412</a>)</li>
   <li>[fix][broker] Fix message drop record in producer stat (<a 
href="https://redirect.github.com/apache/pulsar/pull/22458";>#22458</a>)</li>
   <li>[fix][broker] Fix metrics pulsar_topic_load_failed_count is 0 when load 
non-persistent topic fails and fix the flaky test 
testBrokerStatsTopicLoadFailed (<a 
href="https://redirect.github.com/apache/pulsar/pull/22580";>#22580</a>)</li>
   <li>[fix][broker] Fix nothing changed after removing dynamic configs (<a 
href="https://redirect.github.com/apache/pulsar/pull/22673";>#22673</a>)</li>
   <li>[fix][broker] Fix typos in Consumer class (<a 
href="https://redirect.github.com/apache/pulsar/pull/22532";>#22532</a>)</li>
   <li>[fix][broker] One topic can be closed multiple times concurrently (<a 
href="https://redirect.github.com/apache/pulsar/pull/17524";>#17524</a>)</li>
   <li>[fix][broker] Optimize /metrics, fix unbounded request queue issue and 
fix race conditions in metricsBufferResponse mode (<a 
href="https://redirect.github.com/apache/pulsar/pull/22494";>#22494</a>)</li>
   <li>[fix][broker] Part-1: Replicator can not created successfully due to an 
orphan replicator in the previous topic owner (<a 
href="https://redirect.github.com/apache/pulsar/pull/21946";>#21946</a>)</li>
   <li>[fix][broker] Part-2: Replicator can not created successfully due to an 
orphan replicator in the previous topic owner (<a 
href="https://redirect.github.com/apache/pulsar/pull/21948";>#21948</a>)</li>
   <li>[fix][broker] Prevent long deduplication cursor backlog so that topic 
loading wouldn't timeout (<a 
href="https://redirect.github.com/apache/pulsar/pull/22479";>#22479</a>)</li>
   <li>[fix][broker] Prevent long deduplication cursor backlog so that topic 
loading wouldn't timeout (<a 
href="https://redirect.github.com/apache/pulsar/pull/22479";>#22479</a>)</li>
   <li>[fix][broker] Reader stuck after call hasMessageAvailable when enable 
replicateSubscriptionState (<a 
href="https://redirect.github.com/apache/pulsar/pull/22572";>#22572</a>)</li>
   <li>[fix][broker] Skip topic.close during unloading if the topic future 
fails with ownership check, and fix isBundleOwnedByAnyBroker to use 
ns.checkOwnershipPresentAsync for ExtensibleLoadBalancer (<a 
href="https://redirect.github.com/apache/pulsar/pull/22379";>#22379</a>) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22407";>#22407</a>)</li>
   <li>[fix][broker] Support OIDC providers with JWK without alg field set in 
keys (<a 
href="https://redirect.github.com/apache/pulsar/pull/22421";>#22421</a>)</li>
   <li>[fix][broker] Update TransferShedder underloaded broker check to 
consider max loaded broker's msgThroughputEMA and update 
IsExtensibleLoadBalancerImpl check (<a 
href="https://redirect.github.com/apache/pulsar/pull/22321";>#22321</a>) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22418";>#22418</a>)</li>
   <li>[fix][broker] Update topic partition failed when config 
maxNumPartitionsPerPartitionedTopic&lt;0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/22397";>#22397</a>)</li>
   <li>[fix][broker] avoid offload system topic (<a 
href="https://redirect.github.com/apache/pulsar/pull/22497";>#22497</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] rename to changeMaxReadPositionCount (<a 
href="https://redirect.github.com/apache/pulsar/pull/22656";>#22656</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][admin] Fix cannot update properties on NonDurable 
subscription. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22411";>#22411</a>)</li>
   <li>[improve][broker] Make the config <code>metricsBufferResponse</code> 
description more effective (<a 
href="https://redirect.github.com/apache/pulsar/pull/22490";>#22490</a>)</li>
   <li>[improve][meta] Retry re-validating ResourceLock with backoff after 
errors (<a 
href="https://redirect.github.com/apache/pulsar/pull/22617";>#22617</a>)</li>
   <li>[improve][admin] Check if the topic existed before the permission 
operations (<a 
href="https://redirect.github.com/apache/pulsar/pull/22547";>#22547</a>)</li>
   <li>[improve][broker] Add additionalSystemCursorNames ignore list for TTL 
check (<a 
href="https://redirect.github.com/apache/pulsar/pull/22614";>#22614</a>)</li>
   <li>[improve][broker] Add topic name to emitted error messages. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22506";>#22506</a>)</li>
   <li>[improve][broker] Avoid repeated Read-and-discard when using Key_Shared 
mode (<a 
href="https://redirect.github.com/apache/pulsar/pull/22245";>#22245</a>)</li>
   <li>[improve][broker] Create partitioned topics automatically when enable 
topic level replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22537";>#22537</a>)</li>
   <li>[improve][broker] Don't log brokerClientAuthenticationParameters and 
bookkeeperClientAuthenticationParameters by default (<a 
href="https://redirect.github.com/apache/pulsar/pull/22395";>#22395</a>)</li>
   <li>[improve][broker] Improve Gzip compression, allow excluding specific 
paths or disabling it (<a 
href="https://redirect.github.com/apache/pulsar/pull/22370";>#22370</a>)</li>
   <li>[improve][broker] Optimize gzip compression for /metrics endpoint by 
sharing/caching compressed result (<a 
href="https://redirect.github.com/apache/pulsar/pull/22521";>#22521</a>)</li>
   <li>[improve][broker] Propagate cause exception in TopicBusyException when 
applicable (<a 
href="https://redirect.github.com/apache/pulsar/pull/22596";>#22596</a>)</li>
   <li>[improve][broker] Repeat the handleMetadataChanges callback when 
configurationMetadataStore equals localMetadataStore (<a 
href="https://redirect.github.com/apache/pulsar/pull/22519";>#22519</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/2f8a2bd5fd5b258dbe44c772b824f06c540975ea";><code>2f8a2bd</code></a>
 Release 3.2.3</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/c2532b9741c2ef34f88caf6c1440f447b5865eaa";><code>c2532b9</code></a>
 [fix][test][branch-3.2] Fix DeduplicationDisabledBrokerLevelTest. Adjust to 
P...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/41610ee0163074934228baf79604459347cd0ad4";><code>41610ee</code></a>
 Revert &quot;[fix][test][branch-3.2] Fix broken 
ManagedLedgerTest.testGetNumberOfE...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/d8a35ef7973d36c4b6d45449f0772444faa4ebfe";><code>d8a35ef</code></a>
 Revert &quot;[improve][test][branch-3.2] Improve 
ManagedLedgerTest.testGetNumberOf...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/aa7f0676e5a1b4b450da569fb70385523393d8e1";><code>aa7f067</code></a>
 [fix][admin] Fix can't delete tenant for v1 (<a 
href="https://redirect.github.com/apache/pulsar/issues/22550";>#22550</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0a68f82f1db6d66c6404422fb86d8de8e373e8d6";><code>0a68f82</code></a>
 [improve][ci][branch-3.2] Upgrade actions in pulsar-ci and pulsar-ci-flaky, 
p...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/bb41dbde205ea6e4ffe23e577c9fd24377ebf22d";><code>bb41dbd</code></a>
 [fix][test] Fix NPE in BookKeeperClusterTestCase tearDown (<a 
href="https://redirect.github.com/apache/pulsar/issues/22493";>#22493</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/e99bf9a4a77a90f14956909a849f927fb1052a81";><code>e99bf9a</code></a>
 [fix][broker] fix replicated subscriptions for transactional messages (<a 
href="https://redirect.github.com/apache/pulsar/issues/22452";>#22452</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/31a19973d679aca8a939000299e2b71f873bff88";><code>31a1997</code></a>
 [fix][sec] Upgrade postgresql version to avoid CVE-2024-1597 (<a 
href="https://redirect.github.com/apache/pulsar/issues/22635";>#22635</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/a0b90bcafc307397018c5686fe5bc508c4ae271e";><code>a0b90bc</code></a>
 [fix][client] Fix ReaderBuilder doest not give illegalArgument on connection 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/pulsar/compare/v3.2.2...v3.2.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.pulsar:pulsar-client-admin` from 3.2.2 to 3.2.3
   <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.2.3</h2>
   <h3>Broker</h3>
   <ul>
   <li>[fix][admin] Fix force delete subscription not working (<a 
href="https://redirect.github.com/apache/pulsar/pull/22423";>#22423</a>)</li>
   <li>[fix][broker] Fix Reader can be stuck from transaction aborted messages. 
(<a href="https://redirect.github.com/apache/pulsar/pull/22610";>#22610</a>)</li>
   <li>[fix][admin] Fix can't delete tenant for v1 (<a 
href="https://redirect.github.com/apache/pulsar/pull/22550";>#22550</a>)</li>
   <li>[fix][admin] Fix namespace admin api exception response (<a 
href="https://redirect.github.com/apache/pulsar/pull/22587";>#22587</a>)</li>
   <li>[fix][broker] Avoid being stuck when closing the broker with extensible 
load manager (<a 
href="https://redirect.github.com/apache/pulsar/pull/22573";>#22573</a>)</li>
   <li>[fix][broker] Create new ledger after the current ledger is closed (<a 
href="https://redirect.github.com/apache/pulsar/pull/22034";>#22034</a>)</li>
   <li>[fix][broker] Disable system topic message deduplication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22582";>#22582</a>)</li>
   <li>[fix][broker] Do not migrate internal topics during Blue-Green Migration 
when ExtensibleLoadBalancer is used (<a 
href="https://redirect.github.com/apache/pulsar/pull/22478";>#22478</a>)</li>
   <li>[fix][broker] Fix BufferOverflowException and EOFException bugs in 
/metrics gzip compression (<a 
href="https://redirect.github.com/apache/pulsar/pull/22576";>#22576</a>)</li>
   <li>[fix][broker] Fix NPE causing dispatching to stop when using Key_Shared 
mode and allowOutOfOrderDelivery=true (<a 
href="https://redirect.github.com/apache/pulsar/pull/22533";>#22533</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 a deadlock in SystemTopicBasedTopicPoliciesService 
during NamespaceEventsSystemTopicFactory init (<a 
href="https://redirect.github.com/apache/pulsar/pull/22528";>#22528</a>)</li>
   <li>[fix][broker] Fix broken topic policy implementation compatibility with 
old pulsar version (<a 
href="https://redirect.github.com/apache/pulsar/pull/22535";>#22535</a>)</li>
   <li>[fix][broker] Fix consumer stops receiving messages when with large 
backlogs processing (<a 
href="https://redirect.github.com/apache/pulsar/pull/22454";>#22454</a>)</li>
   <li>[fix][broker] Fix invalid condition in logging exceptions (<a 
href="https://redirect.github.com/apache/pulsar/pull/22412";>#22412</a>)</li>
   <li>[fix][broker] Fix message drop record in producer stat (<a 
href="https://redirect.github.com/apache/pulsar/pull/22458";>#22458</a>)</li>
   <li>[fix][broker] Fix metrics pulsar_topic_load_failed_count is 0 when load 
non-persistent topic fails and fix the flaky test 
testBrokerStatsTopicLoadFailed (<a 
href="https://redirect.github.com/apache/pulsar/pull/22580";>#22580</a>)</li>
   <li>[fix][broker] Fix nothing changed after removing dynamic configs (<a 
href="https://redirect.github.com/apache/pulsar/pull/22673";>#22673</a>)</li>
   <li>[fix][broker] Fix typos in Consumer class (<a 
href="https://redirect.github.com/apache/pulsar/pull/22532";>#22532</a>)</li>
   <li>[fix][broker] One topic can be closed multiple times concurrently (<a 
href="https://redirect.github.com/apache/pulsar/pull/17524";>#17524</a>)</li>
   <li>[fix][broker] Optimize /metrics, fix unbounded request queue issue and 
fix race conditions in metricsBufferResponse mode (<a 
href="https://redirect.github.com/apache/pulsar/pull/22494";>#22494</a>)</li>
   <li>[fix][broker] Part-1: Replicator can not created successfully due to an 
orphan replicator in the previous topic owner (<a 
href="https://redirect.github.com/apache/pulsar/pull/21946";>#21946</a>)</li>
   <li>[fix][broker] Part-2: Replicator can not created successfully due to an 
orphan replicator in the previous topic owner (<a 
href="https://redirect.github.com/apache/pulsar/pull/21948";>#21948</a>)</li>
   <li>[fix][broker] Prevent long deduplication cursor backlog so that topic 
loading wouldn't timeout (<a 
href="https://redirect.github.com/apache/pulsar/pull/22479";>#22479</a>)</li>
   <li>[fix][broker] Prevent long deduplication cursor backlog so that topic 
loading wouldn't timeout (<a 
href="https://redirect.github.com/apache/pulsar/pull/22479";>#22479</a>)</li>
   <li>[fix][broker] Reader stuck after call hasMessageAvailable when enable 
replicateSubscriptionState (<a 
href="https://redirect.github.com/apache/pulsar/pull/22572";>#22572</a>)</li>
   <li>[fix][broker] Skip topic.close during unloading if the topic future 
fails with ownership check, and fix isBundleOwnedByAnyBroker to use 
ns.checkOwnershipPresentAsync for ExtensibleLoadBalancer (<a 
href="https://redirect.github.com/apache/pulsar/pull/22379";>#22379</a>) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22407";>#22407</a>)</li>
   <li>[fix][broker] Support OIDC providers with JWK without alg field set in 
keys (<a 
href="https://redirect.github.com/apache/pulsar/pull/22421";>#22421</a>)</li>
   <li>[fix][broker] Update TransferShedder underloaded broker check to 
consider max loaded broker's msgThroughputEMA and update 
IsExtensibleLoadBalancerImpl check (<a 
href="https://redirect.github.com/apache/pulsar/pull/22321";>#22321</a>) (<a 
href="https://redirect.github.com/apache/pulsar/pull/22418";>#22418</a>)</li>
   <li>[fix][broker] Update topic partition failed when config 
maxNumPartitionsPerPartitionedTopic&lt;0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/22397";>#22397</a>)</li>
   <li>[fix][broker] avoid offload system topic (<a 
href="https://redirect.github.com/apache/pulsar/pull/22497";>#22497</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] rename to changeMaxReadPositionCount (<a 
href="https://redirect.github.com/apache/pulsar/pull/22656";>#22656</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][admin] Fix cannot update properties on NonDurable 
subscription. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22411";>#22411</a>)</li>
   <li>[improve][broker] Make the config <code>metricsBufferResponse</code> 
description more effective (<a 
href="https://redirect.github.com/apache/pulsar/pull/22490";>#22490</a>)</li>
   <li>[improve][meta] Retry re-validating ResourceLock with backoff after 
errors (<a 
href="https://redirect.github.com/apache/pulsar/pull/22617";>#22617</a>)</li>
   <li>[improve][admin] Check if the topic existed before the permission 
operations (<a 
href="https://redirect.github.com/apache/pulsar/pull/22547";>#22547</a>)</li>
   <li>[improve][broker] Add additionalSystemCursorNames ignore list for TTL 
check (<a 
href="https://redirect.github.com/apache/pulsar/pull/22614";>#22614</a>)</li>
   <li>[improve][broker] Add topic name to emitted error messages. (<a 
href="https://redirect.github.com/apache/pulsar/pull/22506";>#22506</a>)</li>
   <li>[improve][broker] Avoid repeated Read-and-discard when using Key_Shared 
mode (<a 
href="https://redirect.github.com/apache/pulsar/pull/22245";>#22245</a>)</li>
   <li>[improve][broker] Create partitioned topics automatically when enable 
topic level replication (<a 
href="https://redirect.github.com/apache/pulsar/pull/22537";>#22537</a>)</li>
   <li>[improve][broker] Don't log brokerClientAuthenticationParameters and 
bookkeeperClientAuthenticationParameters by default (<a 
href="https://redirect.github.com/apache/pulsar/pull/22395";>#22395</a>)</li>
   <li>[improve][broker] Improve Gzip compression, allow excluding specific 
paths or disabling it (<a 
href="https://redirect.github.com/apache/pulsar/pull/22370";>#22370</a>)</li>
   <li>[improve][broker] Optimize gzip compression for /metrics endpoint by 
sharing/caching compressed result (<a 
href="https://redirect.github.com/apache/pulsar/pull/22521";>#22521</a>)</li>
   <li>[improve][broker] Propagate cause exception in TopicBusyException when 
applicable (<a 
href="https://redirect.github.com/apache/pulsar/pull/22596";>#22596</a>)</li>
   <li>[improve][broker] Repeat the handleMetadataChanges callback when 
configurationMetadataStore equals localMetadataStore (<a 
href="https://redirect.github.com/apache/pulsar/pull/22519";>#22519</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/2f8a2bd5fd5b258dbe44c772b824f06c540975ea";><code>2f8a2bd</code></a>
 Release 3.2.3</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/c2532b9741c2ef34f88caf6c1440f447b5865eaa";><code>c2532b9</code></a>
 [fix][test][branch-3.2] Fix DeduplicationDisabledBrokerLevelTest. Adjust to 
P...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/41610ee0163074934228baf79604459347cd0ad4";><code>41610ee</code></a>
 Revert &quot;[fix][test][branch-3.2] Fix broken 
ManagedLedgerTest.testGetNumberOfE...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/d8a35ef7973d36c4b6d45449f0772444faa4ebfe";><code>d8a35ef</code></a>
 Revert &quot;[improve][test][branch-3.2] Improve 
ManagedLedgerTest.testGetNumberOf...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/aa7f0676e5a1b4b450da569fb70385523393d8e1";><code>aa7f067</code></a>
 [fix][admin] Fix can't delete tenant for v1 (<a 
href="https://redirect.github.com/apache/pulsar/issues/22550";>#22550</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0a68f82f1db6d66c6404422fb86d8de8e373e8d6";><code>0a68f82</code></a>
 [improve][ci][branch-3.2] Upgrade actions in pulsar-ci and pulsar-ci-flaky, 
p...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/bb41dbde205ea6e4ffe23e577c9fd24377ebf22d";><code>bb41dbd</code></a>
 [fix][test] Fix NPE in BookKeeperClusterTestCase tearDown (<a 
href="https://redirect.github.com/apache/pulsar/issues/22493";>#22493</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/e99bf9a4a77a90f14956909a849f927fb1052a81";><code>e99bf9a</code></a>
 [fix][broker] fix replicated subscriptions for transactional messages (<a 
href="https://redirect.github.com/apache/pulsar/issues/22452";>#22452</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/31a19973d679aca8a939000299e2b71f873bff88";><code>31a1997</code></a>
 [fix][sec] Upgrade postgresql version to avoid CVE-2024-1597 (<a 
href="https://redirect.github.com/apache/pulsar/issues/22635";>#22635</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/a0b90bcafc307397018c5686fe5bc508c4ae271e";><code>a0b90bc</code></a>
 [fix][client] Fix ReaderBuilder doest not give illegalArgument on connection 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/pulsar/compare/v3.2.2...v3.2.3";>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: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to