Skip to content

Commit 7a10a5e

Browse files
renovate[bot]songy23otelbot[bot]
authored
Update module github.com/apache/pulsar-client-go to v0.19.0 (#47628)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/apache/pulsar-client-go](https://redirect.github.com/apache/pulsar-client-go) | `v0.18.0` → `v0.19.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fapache%2fpulsar-client-go/v0.19.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fapache%2fpulsar-client-go/v0.18.0/v0.19.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/20907) for more information. --- ### Release Notes <details> <summary>apache/pulsar-client-go (github.com/apache/pulsar-client-go)</summary> ### [`v0.19.0`](https://redirect.github.com/apache/pulsar-client-go/compare/v0.18.0...v0.19.0) [Compare Source](https://redirect.github.com/apache/pulsar-client-go/compare/v0.18.0...v0.19.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on tuesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent a8d90fb commit 7a10a5e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

exporter/pulsarexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/pulsar
33
go 1.25.0
44

55
require (
6-
github.com/apache/pulsar-client-go v0.18.0
6+
github.com/apache/pulsar-client-go v0.19.0
77
github.com/cenkalti/backoff/v5 v5.0.3
88
github.com/gogo/protobuf v1.3.2
99
github.com/jaegertracing/jaeger-idl v0.6.0

exporter/pulsarexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/pulsarreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/pulsar
33
go 1.25.0
44

55
require (
6-
github.com/apache/pulsar-client-go v0.18.0
6+
github.com/apache/pulsar-client-go v0.19.0
77
github.com/apache/thrift v0.22.0
88
github.com/gogo/protobuf v1.3.2
99
github.com/jaegertracing/jaeger-idl v0.6.0

receiver/pulsarreceiver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)