Skip to content

Commit

Permalink
chore(deps): update dependency ashleymills/reachability.swift to from…
Browse files Browse the repository at this point in the history
…: "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>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored May 24, 2024
1 parent b726b33 commit 0f5371f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/firebase_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ashleymills/Reachability.swift.git",
"state" : {
"revision" : "57da4b1270cab7c2228919eabc0e4e1bf93e48ea",
"version" : "5.2.2"
"revision" : "7cbd73f46a7dfaeca079e18df7324c6de6d1834a",
"version" : "5.2.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/firebase_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.26.0")),
// Used by crashlytics example
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.2")),
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.3")),
]
)
4 changes: 2 additions & 2 deletions examples/firebase_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1710,9 +1710,9 @@
"name": "swiftpkg_reachability.swift",
"identity": "reachability.swift",
"remote": {
"commit": "57da4b1270cab7c2228919eabc0e4e1bf93e48ea",
"commit": "7cbd73f46a7dfaeca079e18df7324c6de6d1834a",
"remote": "https://github.com/ashleymills/Reachability.swift.git",
"version": "5.2.2"
"version": "5.2.3"
}
},
{
Expand Down

0 comments on commit 0f5371f

Please sign in to comment.