From 4cc2cdb8d6cb1f94a44b77b64cc182fedac91992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 17:12:25 +0000 Subject: [PATCH 1/2] Build(deps): Bump deps/flatbuffers from `881eaab` to `27325e0` Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `881eaab` to `27325e0`. - [Release notes](https://github.com/google/flatbuffers/releases) - [Commits](https://github.com/google/flatbuffers/compare/881eaab706a35f8644091f781992699db18167dc...27325e002a36b3de2999906a77ff13a14fb09471) --- updated-dependencies: - dependency-name: deps/flatbuffers dependency-version: 27325e002a36b3de2999906a77ff13a14fb09471 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/flatbuffers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/flatbuffers b/deps/flatbuffers index 881eaab7..27325e00 160000 --- a/deps/flatbuffers +++ b/deps/flatbuffers @@ -1 +1 @@ -Subproject commit 881eaab706a35f8644091f781992699db18167dc +Subproject commit 27325e002a36b3de2999906a77ff13a14fb09471 From b10a9d3f2e7fbe867cf167117f7f3e59757c3808 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 4 Oct 2025 08:52:47 +0200 Subject: [PATCH 2/2] Regenerate flatbuffer files --- src/debugger/events_generated.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/debugger/events_generated.hxx b/src/debugger/events_generated.hxx index c7f098b3..6924ec3f 100644 --- a/src/debugger/events_generated.hxx +++ b/src/debugger/events_generated.hxx @@ -9,8 +9,8 @@ // Ensure the included flatbuffers.h is the same version as when this file was // generated, otherwise it may not be compatible. static_assert(FLATBUFFERS_VERSION_MAJOR == 25 && - FLATBUFFERS_VERSION_MINOR == 2 && - FLATBUFFERS_VERSION_REVISION == 10, + FLATBUFFERS_VERSION_MINOR == 9 && + FLATBUFFERS_VERSION_REVISION == 23, "Non-compatible flatbuffers version included"); namespace Debugger {