Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.3
Browse files Browse the repository at this point in the history
chore(bazel): update gax-java to 2.18.4

PiperOrigin-RevId: 463115700
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 25, 2022
1 parent 0f38696 commit 52130a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Expand Up @@ -47,9 +47,9 @@ http_archive(

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

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
Expand Down Expand Up @@ -216,7 +216,7 @@ maven_install(
],
)

_gax_java_version = "2.18.1"
_gax_java_version = "2.18.4"

http_archive(
name = "com_google_api_gax_java",
Expand Down

0 comments on commit 52130a9

Please sign in to comment.