Skip to content

chore(all): update dependency protobuf to v34.1#217

Open
renovate-bot wants to merge 1 commit intoopenconfig:mainfrom
renovate-bot:renovate/protobuf-monorepo
Open

chore(all): update dependency protobuf to v34.1#217
renovate-bot wants to merge 1 commit intoopenconfig:mainfrom
renovate-bot:renovate/protobuf-monorepo

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Mar 20, 2026

This PR contains the following updates:

Package Type Update Change
protobuf bazel_dep minor 34.0.bcr.134.1

Release Notes

protocolbuffers/protobuf (protobuf)

v34.1: Protocol Buffers v34.1

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Bazel

  • Moved protocopt flag out of the cc dir, since it is not a c++-specific flag. (3db9fd1)
  • Add support for bazel 9.x (#​26201) (763c5da)

C++

  • Updated CMake dependencies. (5583485)
  • Add cc_proto_library for MessageSet in //src/google/protobuf/bridge (523a6a4)
  • Add support for bazel 9.x (#​26201) (763c5da)

Java

  • Avoid toBigIntegerExact in JsonFormat to avoid degenerate parse behavior in the face of large exponents. (ab3d7f0)

Python

Other

  • Fixed release_prep.sh script mkdir command to follow INTEGRITY_FILE location. (e700d7d)
  • Second try at fixing the release_prep.sh file path! (#​26097) (f5ccaf3)

Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner March 20, 2026 18:03
@renovate-bot renovate-bot force-pushed the renovate/protobuf-monorepo branch from 6df7107 to 8e79c83 Compare March 25, 2026 18:14
@bstoll
Copy link
Copy Markdown
Contributor

bstoll commented Mar 25, 2026

I believe this CI build error:

2026/03/25 18:16:27 Downloading https://releases.bazel.build/9.0.1/release/bazel-9.0.1-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (9.0.1) and connecting to it...
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 2 packages loaded
    currently loading: service/emulator ... (4 packages)
Loading: 5 packages loaded
    currently loading: 
Analyzing: 22 targets (10 packages loaded, 6 targets configured)
Analyzing: 22 targets (10 packages loaded, 6 targets configured)

Analyzing: 22 targets (35 packages loaded, 17 targets configured)
[1 / 1] no actions running
ERROR: /home/runner/.cache/bazel/_bazel_runner/970c6b34d6ec2b76af07072c6eaf664d/external/rules_android+/rules/android_local_test/attrs.bzl:39:31: The CcInfo symbol has been removed, add the following to your BUILD/bzl file:

load("@rules_cc//cc/common:cc_info.bzl", "CcInfo")
ERROR: /home/runner/work/attestz/attestz/BUILD.bazel:22:8: While resolving toolchains for target //:gazelle_update_repos-runner (91e2498): invalid registered toolchain '@androidsdk//:all': while parsing '@androidsdk//:all': error loading package '@@rules_android++android_sdk_repository_extension+androidsdk//': at /home/runner/.cache/bazel/_bazel_runner/970c6b34d6ec2b76af07072c6eaf664d/external/rules_android++android_sdk_repository_extension+androidsdk/helper.bzl:17:6: at /home/runner/.cache/bazel/_bazel_runner/970c6b34d6ec2b76af07072c6eaf664d/external/rules_android+/rules/rules.bzl:53:5: at /home/runner/.cache/bazel/_bazel_runner/970c6b34d6ec2b76af07072c6eaf664d/external/rules_android+/rules/android_local_test/rule.bzl:18:6: compilation of module 'rules/android_local_test/attrs.bzl' failed
Target //service/biz/hmac_challenge_test_data:hmac_challenge_data up-to-date (nothing to build)
ERROR: Analysis of target '//:gazelle_update_repos-runner' failed; build aborted
INFO: Elapsed time: 8.908s, Critical Path: 0.05s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
FAILED: 
Error: Process completed with exit code 1.

would be fixed by adding this line to MODULE.bazel

bazel_dep(name = "rules_android", version = "0.7.1")

I think there is a dependency that should be requiring this newer version (it otherwise resolves to 0.6.4) - we shouldn't have to do this because we don't depend on rules_android.

@renovate-bot renovate-bot force-pushed the renovate/protobuf-monorepo branch from 8e79c83 to 7a0a4cd Compare April 2, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants