Commit d3d2691
authored
Bump
### What does this PR do?
Following #46948, this is to update the `protobuf` Bazel module dependency from 29.1 to 34.1.
### Motivation
Several transitive dependencies now require `protobuf` >= 34.0, causing `Renovate` to [fail updating](#48223 (comment)) `MODULE.bazel.lock`:
> ERROR: For repository 'protobuf', the root module requires module version protobuf@29.1, but got protobuf@34.0.bcr.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Bumping to 34.1 satisfies that constraint and also aligns with the recent:
- #46948.
### Describe how you validated your changes
Built `@protobuf//:protobuf` locally.
### Additional Notes
- the existing patch (add `-lstdc++` to `//conditions:default` link opts) applies cleanly to 34.1 without modification,
- `34.0` wouldn't be enough, since it's **strictly less than** `34.0.bcr.1`.
Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>protobuf Bazel dep to 34.1. (#48228)1 parent 3697d3b commit d3d2691
2 files changed
Lines changed: 358 additions & 168 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments