Skip to content

Commit 4080822

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency ashleymills/reachability.swift to from: "5.2.2" (#1018)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ashleymills/Reachability.swift](https://togithub.com/ashleymills/Reachability.swift) | patch | `from: "5.2.1"` -> `from: "5.2.2"` | --- ### Release Notes <details> <summary>ashleymills/Reachability.swift (ashleymills/Reachability.swift)</summary> ### [`v5.2.2`](https://togithub.com/ashleymills/Reachability.swift/releases/tag/v5.2.2): 5.2.2 [Compare Source](https://togithub.com/ashleymills/Reachability.swift/compare/v5.2.1...v5.2.2) Privacy manifest updates Thanks to [@&#8203;adzerjitchii](https://togithub.com/adzerjitchii) </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 23f5f74 commit 4080822

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.24.0")),
99
// Used by crashlytics example
10-
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.1")),
10+
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.2")),
1111
]
1212
)

examples/firebase_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,9 +1687,9 @@
16871687
"name": "swiftpkg_reachability.swift",
16881688
"identity": "reachability.swift",
16891689
"remote": {
1690-
"commit": "7b7018a69c84ea94ac2a38dff626e16ea81d1db9",
1690+
"commit": "57da4b1270cab7c2228919eabc0e4e1bf93e48ea",
16911691
"remote": "https://github.com/ashleymills/Reachability.swift.git",
1692-
"version": "5.2.1"
1692+
"version": "5.2.2"
16931693
}
16941694
},
16951695
{

0 commit comments

Comments
 (0)