Skip to content

Commit b1fb3ee

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency iterable/swift-sdk to from: "6.6.3" (#1915)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Iterable/swift-sdk](https://redirect.github.com/Iterable/swift-sdk) | patch | `from: "6.6.2"` -> `from: "6.6.3"` | --- ### Release Notes <details> <summary>Iterable/swift-sdk (Iterable/swift-sdk)</summary> ### [`v6.6.3`](https://redirect.github.com/Iterable/swift-sdk/blob/HEAD/CHANGELOG.md#663) [Compare Source](https://redirect.github.com/Iterable/swift-sdk/compare/6.6.2...6.6.3) - Fixed an issue with In-App Messages where JWT Tokens were not being refreshed after tokens got invalidated. </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 <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 7110e1b commit b1fb3ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/resources_example/swift/Package.resolved

Lines changed: 4 additions & 4 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
@@ -10,7 +10,7 @@ let package = Package(
1010
.package(path: "../third_party/implicit_resource_localization"),
1111
.package(path: "../third_party/package_with_resources"),
1212
.package(path: "../third_party/package_with_resources_swift_6"),
13-
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.6.2"),
13+
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.6.3"),
1414
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.4"),
1515
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "9.0.0"),
1616
.package(

0 commit comments

Comments
 (0)