Skip to content

Commit

Permalink
deps: Bump com_github_google_flatbuffers -> 24.12.23 (#37889)
Browse files Browse the repository at this point in the history
Fix #37812


Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
  • Loading branch information
dependency-envoy[bot] authored Jan 6, 2025
1 parent 79fdfad commit 5a34015
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
25 changes: 0 additions & 25 deletions bazel/flatbuffers.patch

This file was deleted.

6 changes: 1 addition & 5 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,7 @@ def envoy_dependencies(skip_targets = []):
_com_github_google_perfetto()
_utf8_range()
_rules_ruby()
external_http_archive(
"com_github_google_flatbuffers",
patch_args = ["-p1"],
patches = ["@envoy//bazel:flatbuffers.patch"],
)
external_http_archive("com_github_google_flatbuffers")
external_http_archive("bazel_features")
external_http_archive("bazel_toolchains")
external_http_archive("bazel_compdb")
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "FlatBuffers",
project_desc = "FlatBuffers is a cross platform serialization library architected for maximum memory efficiency",
project_url = "https://github.com/google/flatbuffers",
version = "24.3.25",
sha256 = "4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed",
version = "24.12.23",
sha256 = "7e2ef35f1af9e2aa0c6a7d0a09298c2cb86caf3d4f58c0658b306256e5bcab10",
strip_prefix = "flatbuffers-{version}",
urls = ["https://github.com/google/flatbuffers/archive/v{version}.tar.gz"],
use_category = ["dataplane_ext"],
Expand All @@ -1317,7 +1317,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
"envoy.matching.inputs.cel_data_input",
"envoy.matching.matchers.cel_matcher",
],
release_date = "2024-03-26",
release_date = "2024-12-23",
cpe = "cpe:2.3:a:google:flatbuffers:*",
license = "Apache-2.0",
license_url = "https://github.com/google/flatbuffers/blob/v{version}/LICENSE",
Expand Down

0 comments on commit 5a34015

Please sign in to comment.