chore: use the latest gapic-generator and protoc-java-resource-name-plugin in Bazel workspace.

PiperOrigin-RevId: 298474513
This commit is contained in:
Google APIs 2020-03-02 16:21:10 -08:00 committed by Copybara-Service
parent 244ab2b83a
commit 6de6e938b7
1 changed files with 4 additions and 4 deletions

View File

@ -61,8 +61,8 @@ rules_proto_toolchains()
# section
http_archive(
name = "com_google_api_codegen",
strip_prefix = "gapic-generator-cdfe1fc4bb43c0571cf3b780681108f215a76758",
urls = ["https://github.com/googleapis/gapic-generator/archive/cdfe1fc4bb43c0571cf3b780681108f215a76758.zip"],
strip_prefix = "gapic-generator-b32c73219d617f90de70bfa6ff0ea0b0dd638dfe",
urls = ["https://github.com/googleapis/gapic-generator/archive/b32c73219d617f90de70bfa6ff0ea0b0dd638dfe.zip"],
)
##############################################################################
@ -135,8 +135,8 @@ load("@com_google_api_codegen//:repositories.bzl", "com_google_api_codegen_repos
http_archive(
name = "com_google_protoc_java_resource_names_plugin",
strip_prefix = "protoc-java-resource-names-plugin-a460b8c80dffe253de7f063358328730af4397fd",
urls = ["https://github.com/googleapis/protoc-java-resource-names-plugin/archive/a460b8c80dffe253de7f063358328730af4397fd.zip"],
strip_prefix = "protoc-java-resource-names-plugin-184e9515f06b1373ae07e6b44062c65b705992ba",
urls = ["https://github.com/googleapis/protoc-java-resource-names-plugin/archive/184e9515f06b1373ae07e6b44062c65b705992ba.zip"],
)
com_google_api_codegen_repositories()