From 9933347c1f677e81e19a844c2ef95bfceaf694fe Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 30 Jan 2020 10:32:43 -0800 Subject: [PATCH] bazel:Integrate latest protoc-java-resource-names-plugin changes (fix for PyYAML dependency in bazel rules) PiperOrigin-RevId: 292376626 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 93adb624..b03c33df 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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-8e88fb478f0c69f3a5716c7bd4301f52e75bf5d3", - urls = ["https://github.com/googleapis/protoc-java-resource-names-plugin/archive/8e88fb478f0c69f3a5716c7bd4301f52e75bf5d3.zip"], + strip_prefix = "protoc-java-resource-names-plugin-2b04af0971699d6f042e8b5a6683487a40919a92", + urls = ["https://github.com/googleapis/protoc-java-resource-names-plugin/archive/2b04af0971699d6f042e8b5a6683487a40919a92.zip"], ) com_google_api_codegen_repositories()