Skip to content

Commit 81a6856

Browse files
committed
[SPARK-52913] Upgrade grpc-swift-2 to 2.1.0
1 parent 240014c commit 81a6856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-2.git", exact: "2.0.0"),
37+
.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"),
3939
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.1.0"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ So far, this library project is tracking the upstream changes of [Apache Arrow](
1818

1919
- [Apache Spark 4.0.0 (May 2025)](https://github.com/apache/spark/releases/tag/v4.0.0)
2020
- [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
21-
- [gRPC Swift 2 (May 2025)](https://github.com/grpc/grpc-swift-2/releases/tag/2.0.0)
21+
- [gRPC Swift 2.1 (July 2025)](https://github.com/grpc/grpc-swift-2/releases/tag/2.1.0)
2222
- [gRPC Swift Protobuf 2.1 (August 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.1)
2323
- [gRPC Swift NIO Transport 2.1 (August 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.1.0)
2424
- [FlatBuffers v25.2.10 (February 2025)](https://github.com/google/flatbuffers/releases/tag/v25.2.10)

0 commit comments

Comments
 (0)