From 57d08f25ef1a01354afe087a01b7dc989f3b50fd Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:39:51 +0000 Subject: [PATCH] deps/api: Bump `com_github_bufbuild_buf` -> 1.49.0 (#38079) Fix #37928 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 @ 4f33dc8c82cc1033f5529631149df89f56775c30 --- 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 d83c09399..6f3d1803e 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.48.0", - sha256 = "7983f273b21aa4f8f7b42899da8568ed89ce6b81088cd6cc9ced18d469565c58", + version = "1.49.0", + sha256 = "ee8da9748249f7946d79191e36469ce7bc3b8ba80019bff1fa4289a44cbc23bf", strip_prefix = "buf", urls = ["https://github.com/bufbuild/buf/releases/download/v{version}/buf-Linux-x86_64.tar.gz"], - release_date = "2024-12-19", + release_date = "2025-01-07", use_category = ["api"], license = "Apache-2.0", license_url = "https://github.com/bufbuild/buf/blob/v{version}/LICENSE",