Skip to content

Commit

Permalink
build(deps-dev): bump pulsar-clients.version
Browse files Browse the repository at this point in the history
Bumps `pulsar-clients.version` from 4.0.0 to 4.0.0-preview.1.

Updates `org.apache.pulsar:pulsar-client` from 4.0.0 to 4.0.0-preview.1
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v4.0.0...v4.0.0-preview.1)

Updates `org.apache.pulsar:pulsar-client-admin-api` from 4.0.0 to 4.0.0-preview.1
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v4.0.0...v4.0.0-preview.1)

Updates `org.apache.pulsar:pulsar-client-api` from 4.0.0 to 4.0.0-preview.1
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v4.0.0...v4.0.0-preview.1)

---
updated-dependencies:
- dependency-name: org.apache.pulsar:pulsar-client
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.pulsar:pulsar-client-admin-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.pulsar:pulsar-client-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent e7cdf54 commit 54a4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>embedded-pulsar</artifactId>

<properties>
<pulsar-clients.version>4.0.0</pulsar-clients.version>
<pulsar-clients.version>4.0.0-preview.1</pulsar-clients.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 54a4b2d

Please sign in to comment.