From 1b0bdcd5199ad8e621b0453591bd22ba093b17b2 Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:59:39 +0000 Subject: [PATCH] deps/api: Bump `com_github_bufbuild_buf` -> 1.42.0 (#36258) Fix #36249 Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Mirrored from https://github.com/envoyproxy/envoy @ 490149464dabb50255aa99d4c9aedb464a73ce72 --- 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 6bad5a5d..a7738a68 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -144,11 +144,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.41.0", - sha256 = "47952564762b3f7e248fb70cba1956e68db80242fac3e825ba21eb2632074c93", + version = "1.42.0", + sha256 = "412c8bdc2a4361f796df59735eb8b8f1cb85f7bfa91f443e471bf0b090d7c6c2", strip_prefix = "buf", urls = ["https://github.com/bufbuild/buf/releases/download/v{version}/buf-Linux-x86_64.tar.gz"], - release_date = "2024-09-11", + release_date = "2024-09-18", use_category = ["api"], license = "Apache-2.0", license_url = "https://github.com/bufbuild/buf/blob/v{version}/LICENSE",