Skip to content

Commit 2c04824

Browse files
Bump org.apache.pulsar:pulsar-client from 2.10.1 to 2.11.4 (apache#4889)
Bumps [org.apache.pulsar:pulsar-client](https://github.com/apache/pulsar) from 2.10.1 to 2.11.4. - [Release notes](https://github.com/apache/pulsar/releases) - [Commits](apache/pulsar@v2.10.1...v2.11.4) --- updated-dependencies: - dependency-name: org.apache.pulsar:pulsar-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29c37e2 commit 2c04824

File tree

1 file changed

+1
-1
lines changed
  • eventmesh-storage-plugin/eventmesh-storage-pulsar

1 file changed

+1
-1
lines changed

eventmesh-storage-plugin/eventmesh-storage-pulsar/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
*
3232
* dependency to 4.15.4 or higher (used by Pulsar 2.11.2 or higher).
3333
*/
34-
implementation('org.apache.pulsar:pulsar-client:2.10.1') {
34+
implementation('org.apache.pulsar:pulsar-client:2.11.4') {
3535
// Remove logging backend implementations
3636
exclude group: 'org.apache.logging.log4j', module: 'log4j-core'
3737
exclude group: 'org.apache.logging.log4j', module: 'log4j-slf4j-impl'

0 commit comments

Comments
 (0)