Skip to content

Commit 52130a9

Browse files
Google APIscopybara-github
authored andcommitted
chore(bazel): update protobuf to v3.21.3
chore(bazel): update gax-java to 2.18.4 PiperOrigin-RevId: 463115700
1 parent 0f38696 commit 52130a9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ http_archive(
4747

4848
http_archive(
4949
name = "com_google_protobuf",
50-
sha256 = "8b28fdd45bab62d15db232ec404248901842e5340299a57765e48abe8a80d930",
51-
strip_prefix = "protobuf-3.20.1",
52-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.1.tar.gz"],
50+
sha256 = "c29d8b4b79389463c546f98b15aa4391d4ed7ec459340c47bffe15db63eb9126",
51+
strip_prefix = "protobuf-3.21.3",
52+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.3.tar.gz"],
5353
)
5454

5555
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
@@ -216,7 +216,7 @@ maven_install(
216216
],
217217
)
218218

219-
_gax_java_version = "2.18.1"
219+
_gax_java_version = "2.18.4"
220220

221221
http_archive(
222222
name = "com_google_api_gax_java",

0 commit comments

Comments
 (0)