Skip to content

Commit 6a21323

Browse files
chore(deps): update dependency grpc/grpc-swift to v2.2.3 (#1672)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpc/grpc-swift](https://redirect.github.com/grpc/grpc-swift) | patch | `2.2.2` -> `2.2.3` | --- ### Release Notes <details> <summary>grpc/grpc-swift (grpc/grpc-swift)</summary> ### [`v2.2.3`](https://redirect.github.com/grpc/grpc-swift/releases/tag/2.2.3) [Compare Source](https://redirect.github.com/grpc/grpc-swift/compare/2.2.2...2.2.3) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### SemVer Patch - Add deprecation warnings by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift/pull/2248](https://redirect.github.com/grpc/grpc-swift/pull/2248) **Full Changelog**: grpc/grpc-swift@2.2.2...2.2.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4zLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 9afaa16 commit 6a21323

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/grpc_example/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/grpc_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "grpc_example",
77
dependencies: [
8-
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.2"),
8+
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.3"),
99
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.2.0"),
1010
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.2.2"),
1111
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.30.0"),

0 commit comments

Comments
 (0)