From 209cebd9b0f69a6219028efd3e9cb40cd1408ee1 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Wed, 6 Apr 2022 12:49:53 +0100 Subject: [PATCH] deps: Bump `com_github_bufbuild_buf` -> v1.3.1 Signed-off-by: Ryan Northey --- api/bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index 98fa8906b1dec..555f771e3d8e5 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/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"], ),