Skip to content

Commit 0f5371f

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency ashleymills/reachability.swift to from: "5.2.3" (#1083)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ashleymills/Reachability.swift](https://togithub.com/ashleymills/Reachability.swift) | patch | `from: "5.2.2"` -> `from: "5.2.3"` | --- ### Release Notes <details> <summary>ashleymills/Reachability.swift (ashleymills/Reachability.swift)</summary> ### [`v5.2.3`](https://togithub.com/ashleymills/Reachability.swift/releases/tag/v5.2.3): 5.2.3 [Compare Source](https://togithub.com/ashleymills/Reachability.swift/compare/v5.2.2...v5.2.3) - Fix empty privacy manifest Thanks to [@&#8203;marcuseckert](https://togithub.com/marcuseckert) </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 b726b33 commit 0f5371f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/firebase_example/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/firebase_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ let package = Package(
77
dependencies: [
88
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.26.0")),
99
// Used by crashlytics example
10-
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.2")),
10+
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.3")),
1111
]
1212
)

examples/firebase_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,9 +1710,9 @@
17101710
"name": "swiftpkg_reachability.swift",
17111711
"identity": "reachability.swift",
17121712
"remote": {
1713-
"commit": "57da4b1270cab7c2228919eabc0e4e1bf93e48ea",
1713+
"commit": "7cbd73f46a7dfaeca079e18df7324c6de6d1834a",
17141714
"remote": "https://github.com/ashleymills/Reachability.swift.git",
1715-
"version": "5.2.2"
1715+
"version": "5.2.3"
17161716
}
17171717
},
17181718
{

0 commit comments

Comments
 (0)