From 651df3704b9a91089835e2aeb8e52606653f565d Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Tue, 30 May 2023 15:40:15 +0000 Subject: [PATCH] deps: Bump `com_github_bufbuild_buf` -> 1.19.0 (#27690) Signed-off-by: Ryan Northey Mirrored from https://github.com/envoyproxy/envoy @ ddac503792e67cabf9e593ed89ce829fb693b3b5 --- 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 670c0ad4..4a95ca49 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -131,11 +131,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 = "1.14.0", - sha256 = "9ab382081872df03faaf192cfa82566d32436cfd78782035e94b4d04a982620f", + version = "1.19.0", + sha256 = "ff35aa96b54037d492d30a21dce8d96d47693a761487f98551d750407c27c285", strip_prefix = "buf", urls = ["https://github.com/bufbuild/buf/releases/download/v{version}/buf-Linux-x86_64.tar.gz"], - release_date = "2023-02-09", + release_date = "2023-05-17", use_category = ["api"], license = "Apache-2.0", license_url = "https://github.com/bufbuild/buf/blob/v{version}/LICENSE",