Skip to content

Commit b57bc0b

Browse files
fix(deps): update module google.golang.org/protobuf to v1.36.11 (#14293)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [google.golang.org/protobuf](https://redirect.github.com/protocolbuffers/protobuf-go) | `v1.36.10` -> `v1.36.11` | ![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fprotobuf/v1.36.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fprotobuf/v1.36.10/v1.36.11?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary> ### [`v1.36.11`](https://redirect.github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.11) [Compare Source](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.36.10...v1.36.11) **Full Changelog**: <protocolbuffers/protobuf-go@v1.36.10...v1.36.11> User-visible changes: [CL/726780](https://go-review.googlesource.com/c/protobuf/+/726780): encoding/prototext: Support URL chars in type URLs in text-format. Bug fixes: [CL/728680](https://go-review.googlesource.com/c/protobuf/+/728680): internal/impl: check recursion limit in lazy decoding validation [CL/711015](https://go-review.googlesource.com/c/protobuf/+/711015): reflect/protodesc: fix handling of import options in dynamic builds Maintenance: [CL/728681](https://go-review.googlesource.com/c/protobuf/+/728681): reflect/protodesc: add support for edition unstable [CL/727960](https://go-review.googlesource.com/c/protobuf/+/727960): all: add EDITION\_UNSTABLE support [CL/727940](https://go-review.googlesource.com/c/protobuf/+/727940): types: regenerate using latest protobuf v33.2 release [CL/727140](https://go-review.googlesource.com/c/protobuf/+/727140): internal/testprotos/lazy: convert .proto files to editions [CL/723440](https://go-review.googlesource.com/c/protobuf/+/723440): cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols. [CL/720980](https://go-review.googlesource.com/c/protobuf/+/720980): internal/filedesc: remove duplicative Message.unmarshalOptions [CL/716360](https://go-review.googlesource.com/c/protobuf/+/716360): internal/encoding/tag: use proto3 defaults if proto3 [CL/716520](https://go-review.googlesource.com/c/protobuf/+/716520): proto: un-flake TestHasExtensionNoAlloc [CL/713342](https://go-review.googlesource.com/c/protobuf/+/713342): compiler/protogen: properly filter option dependencies in go-protobuf plugin. [CL/711200](https://go-review.googlesource.com/c/protobuf/+/711200): proto: add test for oneofs containing messages with required fields [CL/710855](https://go-review.googlesource.com/c/protobuf/+/710855): proto: add explicit test for a non-nil but empty byte slice </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 804beef commit b57bc0b

File tree

104 files changed

+173
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+173
-173
lines changed

client/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.

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ require (
7474
golang.org/x/sys v0.39.0 // indirect
7575
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
7676
google.golang.org/grpc v1.77.0 // indirect
77-
google.golang.org/protobuf v1.36.10 // indirect
77+
google.golang.org/protobuf v1.36.11 // indirect
7878
)
7979

8080
replace go.opentelemetry.io/collector/component => ../../component

cmd/mdatagen/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.

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ require (
171171
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
172172
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
173173
google.golang.org/grpc v1.77.0 // indirect
174-
google.golang.org/protobuf v1.36.10 // indirect
174+
google.golang.org/protobuf v1.36.11 // indirect
175175
gopkg.in/yaml.v3 v3.0.1 // indirect
176176
)
177177

cmd/otelcorecol/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.

component/componentstatus/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.

component/componenttest/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.

component/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.

config/configauth/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
go.uber.org/multierr v1.11.0 // indirect
2828
go.uber.org/zap v1.27.1 // indirect
2929
google.golang.org/grpc v1.77.0 // indirect
30-
google.golang.org/protobuf v1.36.10 // indirect
30+
google.golang.org/protobuf v1.36.11 // indirect
3131
gopkg.in/yaml.v3 v3.0.1 // indirect
3232
)
3333

config/configauth/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)