From 6ac4367845ecfba976290400b8098ea5230f28bf Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Tue, 29 Nov 2022 13:12:11 +0000 Subject: [PATCH] Bumping protoc-gen-validate deps. (#24227) This pulls in bufbuild/protoc-gen-validate#738 which reduces E-M binary size Risk Level: low Testing: E-M tests Docs Changes: n/a Release Notes: n/a Signed-off-by: Alyssa Wilk Mirrored from https://github.com/envoyproxy/envoy @ d1be114907c9513b1b45a5eef5b0a88b6188ec7c --- bazel/repository_locations.bzl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 66f7af02..fa57f6a0 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -13,15 +13,15 @@ REPOSITORY_LOCATIONS_SPEC = dict( license_url = "https://github.com/bazelbuild/bazel-skylib/blob/{version}/LICENSE", ), com_envoyproxy_protoc_gen_validate = dict( + release_date = "2022-11-28", project_name = "protoc-gen-validate (PGV)", project_desc = "protoc plugin to generate polyglot message validators", project_url = "https://github.com/bufbuild/protoc-gen-validate", - version = "0.6.13", - sha256 = "cfa8741c939387969550a305f237e627db26e3ca00c69c0d6a5148843d14655a", - release_date = "2022-10-03", - strip_prefix = "protoc-gen-validate-{version}", - urls = ["https://github.com/bufbuild/protoc-gen-validate/archive/v{version}.tar.gz"], use_category = ["api"], + sha256 = "9fec8ee52003d36212fbd04536e765e3e62c4c01348552052d68e23ab9a7c051", + version = "774e01122783147a71265043f1e708483bc6d358", + urls = ["https://github.com/bufbuild/protoc-gen-validate/archive/{version}.zip"], + strip_prefix = "protoc-gen-validate-774e01122783147a71265043f1e708483bc6d358", implied_untracked_deps = [ "com_github_iancoleman_strcase", "com_github_lyft_protoc_gen_star",