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

dongjoon-hyun 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 c2060e3  [SPARK-56828] Upgrade `grpc-swift-2` to 2.4.1
c2060e3 is described below

commit c2060e3eee95526c3d14412429c90ce3185c8e94
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon May 11 13:44:59 2026 -0700

    [SPARK-56828] Upgrade `grpc-swift-2` to 2.4.1
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades the `grpc-swift-2` dependency to `2.4.1`.
    
    ### Why are the changes needed?
    
    To stay current with the latest patch release of `grpc-swift-2`.
    - https://github.com/grpc/grpc-swift-2/releases/tag/2.4.1
      - https://github.com/grpc/grpc-swift-2/pull/46
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Opus 4.7
    
    Closes #366 from dongjoon-hyun/SPARK-56828.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 Package.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Package.swift b/Package.swift
index be9f492..93c3043 100644
--- a/Package.swift
+++ b/Package.swift
@@ -34,7 +34,7 @@ let package = Package(
       targets: ["SparkConnect"])
   ],
   dependencies: [
-    .package(url: "https://github.com/grpc/grpc-swift-2.git";, exact: "2.4.0"),
+    .package(url: "https://github.com/grpc/grpc-swift-2.git";, exact: "2.4.1"),
     .package(url: "https://github.com/grpc/grpc-swift-protobuf.git";, exact: 
"2.3.0"),
     .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git";, 
exact: "2.7.0"),
     .package(url: "https://github.com/google/flatbuffers.git";, branch: 
"v25.12.19-2026-02-06-03fffb2"),


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

Reply via email to