Skip to content

Commit 584d66c

Browse files
committed
[SPARK-53685] Upgrade gRPC Swift NIO Transport to 2.1.1
### What changes were proposed in this pull request? This PR aims to upgrade `gRPC Swift NIO Transport` to 2.1.1. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.1.1 - grpc/grpc-swift-nio-transport#123 - grpc/grpc-swift-nio-transport#124 ### 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? No. Closes #241 from dongjoon-hyun/SPARK-53685. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent b985c47 commit 584d66c

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-2.git", exact: "2.1.0"),
3838
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.1.1"),
39-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.1.0"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.1.1"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
4141
],
4242
targets: [

0 commit comments

Comments
 (0)