Skip to content

Commit ea4b09a

Browse files
committed
Update protobuf-javascript to support Protobuf 25.2
1 parent 5a00163 commit ea4b09a

File tree

3 files changed

+64
-59
lines changed

3 files changed

+64
-59
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module(name = "protobuf_javascript", version = "3.21.2")
22

3-
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
3+
bazel_dep(name = "protobuf", version = "23.1", repo_name = "com_google_protobuf")
44
bazel_dep(name = "rules_pkg", version = "0.7.0")

0 commit comments

Comments
 (0)