chore(all): update dependency protobuf to v34.1#292
chore(all): update dependency protobuf to v34.1#292renovate-bot wants to merge 1 commit intoopenconfig:mainfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine update of the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This PR updates the protobuf dependency to version 34.1 and includes corresponding updates in MODULE.bazel and MODULE.bazel.lock. The changes involve updating the version number in MODULE.bazel and adding/updating several module hashes in MODULE.bazel.lock. The review focuses on ensuring the correctness and security of these dependency updates.
| "https://bcr.bazel.build/modules/protobuf/34.1/MODULE.bazel": "41b4bf342b86021f7be1ee912cd140ef300fe527c4949b435f037cda74677f90", | ||
| "https://bcr.bazel.build/modules/protobuf/34.1/source.json": "9cf0686caa5d920a7e7c0401f76f075df76ea7ad7c064df442b6c029106a6d06", |
There was a problem hiding this comment.
high: It's crucial to verify the integrity and authenticity of the new protobuf version. Ensure that the SHA256 hash 9cf0686caa5d920a7e7c0401f76f075df76ea7ad7c064df442b6c029106a6d06 is correct and matches the expected value from a trusted source (e.g., the official protobuf release page or a known-good registry). A mismatch could indicate a compromised dependency.
| bazel_dep(name = "gazelle", version = "0.47.0", repo_name = "bazel_gazelle") | ||
| bazel_dep(name = "grpc", version = "1.76.0.bcr.1", repo_name = "com_github_grpc_grpc") | ||
| bazel_dep(name = "protobuf", version = "34.0.bcr.1", repo_name = "com_google_protobuf") | ||
| bazel_dep(name = "protobuf", version = "34.1", repo_name = "com_google_protobuf") |
This PR contains the following updates:
34.0.bcr.1→34.1Release Notes
protocolbuffers/protobuf (protobuf)
v34.1: Protocol Buffers v34.1Announcements
Bazel
protocoptflag out of theccdir, since it is not a c++-specific flag. (3db9fd1)763c5da)C++
5583485)523a6a4)763c5da)Java
ab3d7f0)Python
763c5da)Other
mkdircommand to followINTEGRITY_FILElocation. (e700d7d)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.
This PR was generated by Mend Renovate. View the repository job log.