This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git


The following commit(s) were added to refs/heads/main by this push:
     new e70c87e  [SPARK-55565] Upgrade `FlatBuffers` to 
v25.12.19-2026-02-06-03fffb2
e70c87e is described below

commit e70c87e16cb751850622fa2f39ff53094f19a82e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Feb 16 17:15:42 2026 -0800

    [SPARK-55565] Upgrade `FlatBuffers` to v25.12.19-2026-02-06-03fffb2
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `FlatBuffers` to `v25.12.19-2026-02-06-03fffb2`
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes and improvements
    - 
https://github.com/google/flatbuffers/releases/tag/v25.12.19-2026-02-06-03fffb2 
(2026-02-09)
      - https://github.com/google/flatbuffers/pull/8920
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. There is no behavior change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: `Gemini 3 Pro (High)` on `Antigravity`
    
    Closes #294 from dongjoon-hyun/SPARK-55565.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 Package.swift | 2 +-
 README.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Package.swift b/Package.swift
index 576d903..e0ffc9b 100644
--- a/Package.swift
+++ b/Package.swift
@@ -37,7 +37,7 @@ let package = Package(
     .package(url: "https://github.com/grpc/grpc-swift-2.git";, exact: "2.2.1"),
     .package(url: "https://github.com/grpc/grpc-swift-protobuf.git";, exact: 
"2.2.0"),
     .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git";, 
exact: "2.4.1"),
-    .package(url: "https://github.com/google/flatbuffers.git";, branch: 
"v25.12.19"),
+    .package(url: "https://github.com/google/flatbuffers.git";, branch: 
"v25.12.19-2026-02-06-03fffb2"),
   ],
   targets: [
     .target(
diff --git a/README.md b/README.md
index c270b4c..cadc68f 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ So far, this library project is tracking the upstream changes 
of [Apache Arrow](
 - [gRPC Swift 2.2 (November 
2025)](https://github.com/grpc/grpc-swift-2/releases/tag/2.2.1)
 - [gRPC Swift Protobuf 2.1.2 (December 
2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.2)
 - [gRPC Swift NIO Transport 2.4 (December 
2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.0)
-- [FlatBuffers v25.9.23 (September 
2025)](https://github.com/google/flatbuffers/releases/tag/v25.9.23)
+- [FlatBuffers v25.12.19 (February 
2026)](https://github.com/google/flatbuffers/releases/tag/v25.12.19-2026-02-06-03fffb2)
 - [Apache Arrow Swift](https://github.com/apache/arrow-swift)
 
 ## How to use in your apps


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to