Skip to content

Commit 92b97c1

Browse files
committed
[SPARK-52360] Upgrade gRPC Swift to 2.2.2
1 parent afecdc2 commit 92b97c1

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.1.0"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),

0 commit comments

Comments
 (0)