Skip to content

Commit 373d074

Browse files
committed
bump protobuf to v33
1 parent 4a683cd commit 373d074

File tree

3 files changed

+17
-42
lines changed

3 files changed

+17
-42
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions: read-all
66

77
# update in build.yml and codeql.yml at same time
88
env:
9-
PROTOC_VERSION: "32.0"
9+
PROTOC_VERSION: "33.0"
1010

1111
jobs:
1212
build:

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module(name = "protobuf_javascript", version = "4.0.0")
22

3-
bazel_dep(name = "protobuf", version = "32.0", repo_name = "com_google_protobuf")
3+
bazel_dep(name = "protobuf", version = "33.0", repo_name = "com_google_protobuf")
44
bazel_dep(name = "rules_pkg", version = "1.0.1")
55
bazel_dep(name = "abseil-cpp", version = "20250512.1")

MODULE.bazel.lock

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

0 commit comments

Comments
 (0)