From f575d26b90fb8dccbce9aa9ae924b8f20bf09ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Fri, 20 Sep 2024 19:16:09 -0400 Subject: [PATCH] bump grpc-httpjson-transcoding (#36229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updating to a version which is more amenable to future protobuf updates. Risk Level: low Testing: ``` $ bazel test \ //test/extensions/filters/http/grpc_json_transcoder/... \ //test/extensions/filters/http/grpc_field_extraction/... \ //test/extensions/filters/http/proto_message_extraction/... ``` Signed-off-by: Alejandro R SedeƱo --- 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 2405fb248bca..6080c1b3c6a3 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -948,13 +948,13 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "grpc-httpjson-transcoding", project_desc = "Library that supports transcoding so that HTTP/JSON can be converted to gRPC", project_url = "https://github.com/grpc-ecosystem/grpc-httpjson-transcoding", - version = "20e58e7ef9c3878ae9fc89123b9aba36d6f98a7f", - sha256 = "2f0ea248c59f51e5376f23590a986813b96076531ffe27a805f7a37407a81a87", + version = "8f0d092ecf60470f504f506e2851173a8033a62c", + sha256 = "11f6316192c5fbd967796e46ab2872964cb4f0a2396126c9e7b961295d4768af", strip_prefix = "grpc-httpjson-transcoding-{version}", urls = ["https://github.com/grpc-ecosystem/grpc-httpjson-transcoding/archive/{version}.tar.gz"], use_category = ["dataplane_ext"], extensions = ["envoy.filters.http.grpc_json_transcoder", "envoy.filters.http.grpc_field_extraction", "envoy.filters.http.proto_message_extraction"], - release_date = "2024-08-30", + release_date = "2024-09-19", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/grpc-ecosystem/grpc-httpjson-transcoding/blob/{version}/LICENSE",