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

   Bumps [org.apache.pulsar:pulsar-client](https://github.com/apache/pulsar) 
from 2.10.1 to 2.11.4.
   <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>v2.11.4</h2>
   <h2>What's Changed</h2>
   <h3>Broker</h3>
   <ul>
   <li>[fix][broker] Fix break change: could not subscribe partitioned topic 
with a suffix-matched regexp due to a mistake of PIP-145 (<a 
href="https://redirect.github.com/apache/pulsar/issues/21885";>#21885</a>)</li>
   <li>[fix][broker] Fix String wrong format (<a 
href="https://redirect.github.com/apache/pulsar/issues/21829";>#21829</a>)</li>
   <li>[fix][broker] Enabling batch causes negative unackedMessages due to ack 
and delivery concurrency (<a 
href="https://redirect.github.com/apache/pulsar/issues/22090";>#22090</a>)</li>
   <li>[fix][broker] Fix can not subscribe partitioned topic with a 
suffix-matched regexp (<a 
href="https://redirect.github.com/apache/pulsar/issues/22025";>#22025</a>)</li>
   <li>[fix][broker] Fix lookupRequestSemaphore leak when topic not found (<a 
href="https://redirect.github.com/apache/pulsar/issues/21646";>#21646</a>)</li>
   <li>[fix][broker] Fix the issue of topics possibly being deleted. (<a 
href="https://redirect.github.com/apache/pulsar/issues/21704";>#21704</a>)</li>
   <li>[fix][broker] Fix write all compacted out entry into compacted topic (<a 
href="https://redirect.github.com/apache/pulsar/issues/21917";>#21917</a>)</li>
   <li>[fix][broker] Replication stopped due to unload topic failed (<a 
href="https://redirect.github.com/apache/pulsar/issues/21947";>#21947</a>)</li>
   <li>[fix][broker] Sanitize values before logging in apply-config-from-env.py 
script (<a 
href="https://redirect.github.com/apache/pulsar/issues/22044";>#22044</a>)</li>
   <li>[fix][broker] Support running docker container with gid != 0 (<a 
href="https://redirect.github.com/apache/pulsar/issues/22081";>#22081</a>)</li>
   <li>[fix][broker] Update topic policies as much as possible when some ex was 
thrown (<a 
href="https://redirect.github.com/apache/pulsar/issues/21810";>#21810</a>)</li>
   <li>[fix][broker] fix the wrong value of 
BrokerSrevice.maxUnackedMsgsPerDispatcher (<a 
href="https://redirect.github.com/apache/pulsar/issues/21765";>#21765</a>)</li>
   <li>[fix][broker]Delete compacted ledger when topic is deleted (<a 
href="https://redirect.github.com/apache/pulsar/issues/21745";>#21745</a>) (<a 
href="https://redirect.github.com/apache/pulsar/issues/21850";>#21850</a>)</li>
   <li>[fix][broker]Fix NonPersistentDispatcherMultipleConsumers 
ArrayIndexOutOfBoundsException (<a 
href="https://redirect.github.com/apache/pulsar/issues/21856";>#21856</a>)</li>
   <li>[fix][broker][branch-3.1] Avoid PublishRateLimiter use an already closed 
RateLimiter (<a 
href="https://redirect.github.com/apache/pulsar/issues/22011";>#22011</a>)</li>
   <li>[fix][ml] Fix retry mechanism of deleting ledgers to invalidate (<a 
href="https://redirect.github.com/apache/pulsar/issues/21869";>#21869</a>)</li>
   <li>[improve][admin] internalGetMessageById shouldn't be allowed on 
partitioned topic (<a 
href="https://redirect.github.com/apache/pulsar/issues/19013";>#19013</a>)</li>
   <li>[improve][broker] Add fine-grain authorization to retention admin API 
(<a 
href="https://redirect.github.com/apache/pulsar/issues/22163";>#22163</a>)</li>
   <li>[improve][broker] Avoid print redirect exception log when get list from 
bundle (<a 
href="https://redirect.github.com/apache/pulsar/issues/20846";>#20846</a>)</li>
   <li>[improve][broker] Consistently add fine-grain authorization to REST API 
(<a 
href="https://redirect.github.com/apache/pulsar/issues/22202";>#22202</a>)</li>
   <li>[improve][broker] Do not print an Error log when responding to 
<code>HTTP-404</code> when calling <code>Admin API</code> and the topic does 
not exist. (<a 
href="https://redirect.github.com/apache/pulsar/issues/21995";>#21995</a>)</li>
   <li>[improve][broker] Make get list from bundle Admin API async (<a 
href="https://redirect.github.com/apache/pulsar/issues/20652";>#20652</a>)</li>
   <li>[refactor][broker] Suppress error logging when message expiration fails 
(<a 
href="https://redirect.github.com/apache/pulsar/issues/19778";>#19778</a>)</li>
   </ul>
   <h3>Misc</h3>
   <ul>
   <li>[improve][build] Upgrade Apache ZooKeeper to 3.9.1 (<a 
href="https://redirect.github.com/apache/pulsar/issues/20933";>#20933</a>)</li>
   <li>[fix][misc] Bump GRPC version to 1.55.3 to fix CVE (<a 
href="https://redirect.github.com/apache/pulsar/issues/21057";>#21057</a>)</li>
   <li>[fix][sec] Bump avro version to 1.11.3 for CVE-2023-39410 (<a 
href="https://redirect.github.com/apache/pulsar/issues/21341";>#21341</a>)</li>
   <li>[fix][sec] Exclude avro from hadoop-client (<a 
href="https://redirect.github.com/apache/pulsar/issues/21719";>#21719</a>)</li>
   <li>[fix][sec] Upgrade Jetty to 9.4.53 to address CVE-2023-44487 (<a 
href="https://redirect.github.com/apache/pulsar/issues/21395";>#21395</a>)</li>
   <li>[fix][sec] Upgrade Jetty to 9.4.54.v20240208 to address CVE-2024-22201 
(<a 
href="https://redirect.github.com/apache/pulsar/issues/22144";>#22144</a>)</li>
   <li>[fix][sec] Upgrade Netty to 4.1.100 to address CVE-2023-44487 (<a 
href="https://redirect.github.com/apache/pulsar/issues/21397";>#21397</a>)</li>
   <li>[fix][sec] Upgrade commons-compress to 1.26.0 (<a 
href="https://redirect.github.com/apache/pulsar/issues/22086";>#22086</a>)</li>
   <li>[fix][sec] cve: exclude ch.qos.logback in canal.protocol * resolve 
CVE-2023-6378 (95e1de78)</li>
   <li>[fix][test] Fix PerformanceProducer send count error (<a 
href="https://redirect.github.com/apache/pulsar/issues/21706";>#21706</a>)</li>
   <li>[fix][test] Fix test testTransactionBufferMetrics (<a 
href="https://redirect.github.com/apache/pulsar/issues/22117";>#22117</a>)</li>
   <li>[fix][test] Make base test class method protected so that it passes 
ReportUnannotatedMethods validation (<a 
href="https://redirect.github.com/apache/pulsar/issues/21976";>#21976</a>)</li>
   <li>[fix][test] testModularLoadManagerRemoveBundleAndLoad (<a 
href="https://redirect.github.com/apache/pulsar/issues/19710";>#19710</a>)</li>
   </ul>
   <h3>Proxy</h3>
   <ul>
   <li>[improve][proxy] Fix comment about enableProxyStatsEndpoints (<a 
href="https://redirect.github.com/apache/pulsar/issues/21757";>#21757</a>)</li>
   </ul>
   <h3>Functions</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/pulsar/commit/b61587216f9d9ea8f6468edbbf6078658d2c0bc2";><code>b615872</code></a>
 Release 2.11.4</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/441fd68d8a5753682252cad29264f771e4cd1f34";><code>441fd68</code></a>
 [improve][broker] Consistently add fine-grain authorization to REST API (<a 
href="https://redirect.github.com/apache/pulsar/issues/22202";>#22202</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/ae8d14962744ccd9041a69d980a082ef2f8b4426";><code>ae8d149</code></a>
 [improve] [broker] Do not print an Error log when responding to 
<code>HTTP-404</code> wh...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/c9d2e2663003532cb6e1e1a6f53c2b3c2449a880";><code>c9d2e26</code></a>
 [improve][admin]internalGetMessageById shouldn't be allowed on partitioned 
to...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/e530c8bf1f14564b00a78e9456ba07ca563a3adb";><code>e530c8b</code></a>
 [improve][broker] Avoid print redirect exception log when get list from 
bundl...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/3fcaa0a3044e3861b70d22141dd6dc3f6c178abd";><code>3fcaa0a</code></a>
 [improve][broker] Make get list from bundle Admin API async (<a 
href="https://redirect.github.com/apache/pulsar/issues/20652";>#20652</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/c00c3c1e2a76abcd243486b5ef2c14a27ceef5ef";><code>c00c3c1</code></a>
 [refactor][broker] Suppress error logging when message expiration fails (<a 
href="https://redirect.github.com/apache/pulsar/issues/19778";>#19778</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0cf5a83751217e1e15988945227ae94f79d1e777";><code>0cf5a83</code></a>
 [fix][test] testModularLoadManagerRemoveBundleAndLoad (<a 
href="https://redirect.github.com/apache/pulsar/issues/19710";>#19710</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/855050880c17461cc34e714ec7806489dcda4718";><code>8550508</code></a>
 [fix][test] Make base test class method protected so that it passes 
ReportUna...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/bd50912378887d59ff507c937b0437f6093f5051";><code>bd50912</code></a>
 Fix LICENSE</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/pulsar/compare/v2.10.1...v2.11.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.pulsar:pulsar-client&package-manager=gradle&previous-version=2.10.1&new-version=2.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot 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