From db1c674501157413a580cbecc0a62e07c6fc493a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:02:40 +0000 Subject: [PATCH] Update dependency com_google_flatbuffers to v25 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 7c8f8d35..9ab8c908 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -63,10 +63,10 @@ def _com_google_flatbuffers(): maybe( http_archive, name = "com_google_flatbuffers", - sha256 = "4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed", - strip_prefix = "flatbuffers-24.3.25", + sha256 = "f81c3162b1046fe8b84b9a0dbdd383e24fdbcf88583b9cb6028f90d04d90696a", + strip_prefix = "flatbuffers-25.12.19", urls = [ - "https://github.com/google/flatbuffers/archive/refs/tags/v24.3.25.tar.gz", + "https://github.com/google/flatbuffers/archive/refs/tags/v25.12.19.tar.gz", ], patch_cmds = [ # hack to make sure this file is removed