From 10fc327aa3363fc0ad948210ccd4814ec8459bfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 00:33:18 +0000 Subject: [PATCH] flatc: Update to version 23.1.4 --- bucket/flatc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flatc.json b/bucket/flatc.json index 4b727b5598..9013b45eca 100644 --- a/bucket/flatc.json +++ b/bucket/flatc.json @@ -1,12 +1,12 @@ { - "version": "22.12.06", + "version": "23.1.4", "description": "An efficient serialization library for multiple languages", "homepage": "https://google.github.io/flatbuffers/index.html", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/google/flatbuffers/releases/download/v22.12.06/Windows.flatc.binary.zip", - "hash": "f99d687dcc0cdd7dc83a2ca5e7608ff05cd7069d1f05f8d03a95d770ccefd1a2" + "url": "https://github.com/google/flatbuffers/releases/download/v23.1.4/Windows.flatc.binary.zip", + "hash": "147eade22d2b742e8da409d022a8d0eb87e75abe0c8f384ed3de67ea08c3b8d9" } }, "bin": "flatc.exe",