Skip to content

Commit 44f3e57

Browse files
chore(deps): update protobuf monorepo to v32 (#5849)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7141f73 commit 44f3e57

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bazel_dep(name = "rules_go", version = "0.56.1", repo_name = "io_bazel_rules_go"
1414
bazel_dep(name = "rules_shell", version = "0.5.1")
1515
bazel_dep(name = "gazelle", version = "0.45.0", repo_name = "bazel_gazelle")
1616
bazel_dep(name = "bazel_skylib", version = "1.8.1")
17-
bazel_dep(name = "protobuf", version = "31.1", repo_name = "com_google_protobuf")
17+
bazel_dep(name = "protobuf", version = "32.0", repo_name = "com_google_protobuf")
1818
bazel_dep(name = "googleapis", version = "0.0.0-20250730-f6801ce4")
1919

2020
# This is required as a transitive dependency and not directly needed by this module.

MODULE.bazel.lock

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

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ http_archive(
3535
# Define before rules_proto, otherwise we receive the version of com_google_protobuf from there
3636
http_archive(
3737
name = "com_google_protobuf",
38-
sha256 = "c3a0a9ece8932e31c3b736e2db18b1c42e7070cd9b881388b26d01aa71e24ca2",
39-
strip_prefix = "protobuf-31.1",
40-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v31.1.tar.gz"],
38+
sha256 = "3ad017543e502ffaa9cd1f4bd4fe96cf117ce7175970f191705fa0518aff80cd",
39+
strip_prefix = "protobuf-32.0",
40+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v32.0.tar.gz"],
4141
)
4242

4343
http_archive(

0 commit comments

Comments
 (0)