Skip to content

Commit 35d7718

Browse files
committed
[SPARK-52359] Upgrade gRPC Swift NIO Transport to 1.2.2
### What changes were proposed in this pull request? This PR aims to upgrade `gRPC Swift NIO Transport` to 1.2.2 from 1.1.0. ### Why are the changes needed? This brings the following improvements and bug fixes. Previously, 1.2.0 and 1.2.1 causes a crash in GitHub Action CI. - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.2.2 - grpc/grpc-swift-nio-transport#110 - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.2.1 - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.2.0 - grpc/grpc-swift-nio-transport#101 - grpc/grpc-swift-nio-transport#103 - grpc/grpc-swift-nio-transport#104 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #185 from dongjoon-hyun/SPARK-52359. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent afecdc2 commit 35d7718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let package = Package(
3636
dependencies: [
3737
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.1"),
3838
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.3.0"),
39-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.1.0"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.2.2"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
4141
],
4242
targets: [

0 commit comments

Comments
 (0)