Skip to content

Commit 0cd58e1

Browse files
committed
[SPARK-52247] Upgrade gRPC Swift Protobuf to 1.3 and gRPC Swift NIO Transport to 1.2
1 parent eb0992d commit 0cd58e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ let package = Package(
3535
],
3636
dependencies: [
3737
.package(url: "https://github.com/grpc/grpc-swift.git", from: "2.2.1"),
38-
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.2.0"),
39-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.1.0"),
38+
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.3.0"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.2.0"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
4141
],
4242
targets: [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ So far, this library project is tracking the upstream changes like the [Apache S
1919
- [Apache Spark 4.0.0 RC7 (May 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc7-bin/)
2020
- [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
2121
- [gRPC Swift 2.2 (May 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.2.1)
22-
- [gRPC Swift Protobuf 1.2 (April 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.2.0)
23-
- [gRPC Swift NIO Transport 1.1 (May 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.1.0)
22+
- [gRPC Swift Protobuf 1.3 (May 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.3.0)
23+
- [gRPC Swift NIO Transport 1.2 (May 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.2.0)
2424
- [FlatBuffers v25.2.10 (February 2025)](https://github.com/google/flatbuffers/releases/tag/v25.2.10)
2525
- [Apache Arrow Swift](https://github.com/apache/arrow/tree/main/swift)
2626

0 commit comments

Comments
 (0)