Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30bd8c4

Browse files
committed
[SPARK-52360] Upgrade gRPC Swift to 2.2.2
### What changes were proposed in this pull request? This PR aims to upgrade `gRPC Swift` to 2.2.2 from 2.2.1. ### Why are the changes needed? To bring the latest bug fix. - https://github.com/grpc/grpc-swift/releases/tag/2.2.2 - grpc/grpc-swift#2243 ### 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 #186 from dongjoon-hyun/SPARK-52360. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 35d7718 commit 30bd8c4

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
@@ -34,7 +34,7 @@ let package = Package(
3434
targets: ["SparkConnect"])
3535
],
3636
dependencies: [
37-
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.1"),
37+
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.2"),
3838
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.3.0"),
3939
.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"),

0 commit comments

Comments
 (0)