From d53106f0b3b082dcced31b578c906f5bae979b50 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Fri, 8 Apr 2022 21:28:47 +0000 Subject: [PATCH] deps: Bump `com_github_bufbuild_buf` -> v1.3.1 (#20692) Signed-off-by: Ryan Northey Mirrored from https://github.com/envoyproxy/envoy @ 0e4b321b65b45bb0f6389412997a8586d2f57f14 --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 98fa8906..555f771e 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -111,11 +111,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "buf", project_desc = "A new way of working with Protocol Buffers.", # Used for breaking change detection in API protobufs project_url = "https://buf.build", - version = "0.53.0", - sha256 = "888bb52d358e34a8d6a57ecff426bed896bdf478ad13c78a70a9e1a9a2d75715", + version = "1.3.1", + sha256 = "308283e8fe11e2be738fbe1b47d59220eef519c8f6fdf390a4f8d86b6288795e", strip_prefix = "buf", urls = ["https://github.com/bufbuild/buf/releases/download/v{version}/buf-Linux-x86_64.tar.gz"], - release_date = "2021-08-25", + release_date = "2022-03-31", use_category = ["api"], tags = ["manual"], ),