Skip to content

Commit e286449

Browse files
chore(deps): update dependency com_google_protobuf to v3.26.1
1 parent 932111b commit e286449

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ rules_gitops_repositories()
5353

5454
http_archive(
5555
name = "com_google_protobuf",
56-
sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113",
57-
strip_prefix = "protobuf-3.14.0",
56+
sha256 = "f3c0830339eaa5036eba8ff8ce7fca5aa3088f7d616f7c3713d946f611ae92bf",
57+
strip_prefix = "protobuf-3.26.1",
5858
urls = [
59-
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
60-
"https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
59+
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.26.1.tar.gz",
60+
"https://github.com/protocolbuffers/protobuf/archive/v3.26.1.tar.gz",
6161
],
6262
)
6363

0 commit comments

Comments
 (0)