Skip to content

Commit 122c332

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency iterable/swift-sdk to from: "6.5.3" (#1082)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Iterable/swift-sdk](https://togithub.com/Iterable/swift-sdk) | patch | `from: "6.5.2"` -> `from: "6.5.3"` | --- ### Release Notes <details> <summary>Iterable/swift-sdk (Iterable/swift-sdk)</summary> ### [`v6.5.3`](https://togithub.com/Iterable/swift-sdk/blob/HEAD/CHANGELOG.md#653) [Compare Source](https://togithub.com/Iterable/swift-sdk/compare/6.5.2...6.5.3) ##### Changed - Deprecated support for iOS 10 and iOS 11. </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://togithub.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 8f5fb82 commit 122c332

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/resources_example/swift/Package.resolved

Lines changed: 2 additions & 2 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
@@ -8,7 +8,7 @@ let package = Package(
88
.package(path: "../third_party/another_package_with_resources"),
99
.package(path: "../third_party/app_lovin_sdk"),
1010
.package(path: "../third_party/package_with_resources"),
11-
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.2"),
11+
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.3"),
1212
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.4"),
1313
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.1.0"),
1414
.package(

examples/resources_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@
451451
"name": "swiftpkg_swift_sdk",
452452
"identity": "swift-sdk",
453453
"remote": {
454-
"commit": "cb64b4d1717f309dee72a9c71f886888ce3328c3",
454+
"commit": "f984ed63ce9924e5cf33f828a7da53db975b3737",
455455
"remote": "https://github.com/Iterable/swift-sdk",
456-
"version": "6.5.2"
456+
"version": "6.5.3"
457457
}
458458
}
459459
]

0 commit comments

Comments
 (0)