Commit 7b5a4b2
committed
[SPARK-52390] Upgrade
### What changes were proposed in this pull request?
This PR aims to upgrade `gRPC Swift` libraries to `grpc-swift-2`-based ones like the following.
```swift
- .package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.2"),
- .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.3.0"),
- .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.2.2"),
+ .package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.0.0"),
+ .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.0.0"),
+ .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.0.0"),
```
### Why are the changes needed?
To use the latest dependencies.
- https://github.com/grpc/grpc-swift-2/releases/tag/2.0.0
- https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.0.0
- https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.0.0
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#194 from dongjoon-hyun/SPARK-52390.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>gRPC Swift libraries to grpc-swift-2-based ones1 parent 60fa9c4 commit 7b5a4b2
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments