Skip to content

Commit deb20b7

Browse files
chore(deps): update dependency com_google_flatbuffers to v25
1 parent 20a5493 commit deb20b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ def _com_google_flatbuffers():
6363
maybe(
6464
http_archive,
6565
name = "com_google_flatbuffers",
66-
sha256 = "4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed",
67-
strip_prefix = "flatbuffers-24.3.25",
66+
sha256 = "9102253214dea6ae10c2ac966ea1ed2155d22202390b532d1dea64935c518ada",
67+
strip_prefix = "flatbuffers-25.9.23",
6868
urls = [
69-
"https://github.com/google/flatbuffers/archive/refs/tags/v24.3.25.tar.gz",
69+
"https://github.com/google/flatbuffers/archive/refs/tags/v25.9.23.tar.gz",
7070
],
7171
patch_cmds = [
7272
# hack to make sure this file is removed

0 commit comments

Comments
 (0)