From 06cbfd7de7ce512860a05ab60f7e5b132f1a7429 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 30 May 2025 14:54:53 -0700 Subject: [PATCH] [SPARK-52359] Upgrade `gRPC Swift NIO Transport` to 1.2.2 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index d259324..8cb8900 100644 --- a/Package.swift +++ b/Package.swift @@ -36,7 +36,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.1"), .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.3.0"), - .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.1.0"), + .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.2.2"), .package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"), ], targets: [