diff --git a/Package.swift b/Package.swift index 0a8968e..a810a70 100644 --- a/Package.swift +++ b/Package.swift @@ -34,7 +34,7 @@ let package = Package( targets: ["SparkConnect"]) ], dependencies: [ - .package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.1.0"), + .package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.2.0"), .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.1.1"), .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.2.0"), .package(url: "https://github.com/google/flatbuffers.git", branch: "v25.9.23"), diff --git a/README.md b/README.md index 6172fbc..f2c6f99 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ So far, this library project is tracking the upstream changes of [Apache Arrow]( - [Apache Spark 4.0.1 (September 2025)](https://github.com/apache/spark/releases/tag/v4.0.1) - [Swift 6.2 (September 2025)](https://swift.org) -- [gRPC Swift 2.1 (July 2025)](https://github.com/grpc/grpc-swift-2/releases/tag/2.1.0) +- [gRPC Swift 2.2 (November 2025)](https://github.com/grpc/grpc-swift-2/releases/tag/2.2.0) - [gRPC Swift Protobuf 2.1 (August 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.1) - [gRPC Swift NIO Transport 2.2 (September 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.2.0) - [FlatBuffers v25.9.23 (September 2025)](https://github.com/google/flatbuffers/releases/tag/v25.9.23)