Skip to content

Commit efa917d

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency google/googlesignin-ios to v9 (#1725)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google/GoogleSignIn-iOS](https://redirect.github.com/google/GoogleSignIn-iOS) | major | `from: "8.0.0"` -> `from: "9.0.0"` | --- ### Release Notes <details> <summary>google/GoogleSignIn-iOS (google/GoogleSignIn-iOS)</summary> ### [`v9.0.0`](https://redirect.github.com/google/GoogleSignIn-iOS/blob/HEAD/CHANGELOG.md#900) [Compare Source](https://redirect.github.com/google/GoogleSignIn-iOS/compare/8.0.0...9.0.0) - Allow providing a custom `nonce` via GSI to AppAuth ([#&#8203;402](https://redirect.github.com/google/GoogleSignIn-iOS/pull/402), [#&#8203;476](https://redirect.github.com/google/GoogleSignIn-iOS/pull/476)) - Fix invalid error code in `GIDSignIn` ([#&#8203;472](https://redirect.github.com/google/GoogleSignIn-iOS/pull/472)) - Add support for GTMAppAuth 5 on macOS ([#&#8203;522](https://redirect.github.com/google/GoogleSignIn-iOS/pull/522)) - Fix Data Protected migration bugs ([#&#8203;533](https://redirect.github.com/google/GoogleSignIn-iOS/pull/533)) - Internal - Add AppAuthCore as explicit dependency ([#&#8203;470](https://redirect.github.com/google/GoogleSignIn-iOS/pull/470)) - Update iPhone simulator from 14 to 15 ([#&#8203;494](https://redirect.github.com/google/GoogleSignIn-iOS/pull/494)) - Fix swift button integration test ([#&#8203;497](https://redirect.github.com/google/GoogleSignIn-iOS/pull/497)) - Update runner to macos-13 ([#&#8203;498](https://redirect.github.com/google/GoogleSignIn-iOS/pull/498)) - Update `scorecards.yml` to use `upload-artifact@v4.6.2` ([#&#8203;516](https://redirect.github.com/google/GoogleSignIn-iOS/pull/516)) - Update AppAuth and GTMAppAuth dependencies ([#&#8203;517](https://redirect.github.com/google/GoogleSignIn-iOS/pull/517), [#&#8203;521](https://redirect.github.com/google/GoogleSignIn-iOS/pull/521)) - Fix Swift integration tests for a returning user ([#&#8203;518](https://redirect.github.com/google/GoogleSignIn-iOS/pull/518)) - Update `.gitignore` to include .build and Package.resolved ([#&#8203;520](https://redirect.github.com/google/GoogleSignIn-iOS/pull/520)) - Update GIDSignInTest to correctly setUp and tearDown NSUserDefaults ([#&#8203;527](https://redirect.github.com/google/GoogleSignIn-iOS/pull/527)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <chuck@revealtech.ai> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 584c777 commit efa917d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

examples/resources_example/swift/Package.resolved

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

examples/resources_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.package(path: "../third_party/package_with_resources_swift_6"),
1313
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.12"),
1414
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.3"),
15-
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "8.0.0"),
15+
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "9.0.0"),
1616
.package(
1717
url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",
1818
from: "18.7.0"

0 commit comments

Comments
 (0)