This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push:
new 12144d3 [SPARK-55542] Upgrade `gRPC Swift Protobuf` to 2.2.0
12144d3 is described below
commit 12144d3bfaf7d46d4409fc347a16eec43c5da1fe
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 15 21:12:23 2026 -0800
[SPARK-55542] Upgrade `gRPC Swift Protobuf` to 2.2.0
### What changes were proposed in this pull request?
This PR aims to upgrade `gRPC Swift Protobuf` to 2.2.0.
### Why are the changes needed?
To use the latest `gRPC Swift Protobuf` version
- https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.2.0
- https://github.com/grpc/grpc-swift-protobuf/pull/93
### 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?
Generated-by: `Gemini 3 Pro (High)` on `Antigravity`
Closes #291 from dongjoon-hyun/SPARK-55542.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
Package.swift | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Package.swift b/Package.swift
index e5d83e3..576d903 100644
--- a/Package.swift
+++ b/Package.swift
@@ -35,7 +35,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.2.1"),
- .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.1.2"),
+ .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.2.0"),
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.4.1"),
.package(url: "https://github.com/google/flatbuffers.git", branch:
"v25.12.19"),
],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]