Skip to content

Commit e038910

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency ashleymills/reachability.swift to from: "5.2.1" (#961)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ashleymills/Reachability.swift](https://togithub.com/ashleymills/Reachability.swift) | patch | `from: "5.2.0"` -> `from: "5.2.1"` | --- ### Release Notes <details> <summary>ashleymills/Reachability.swift (ashleymills/Reachability.swift)</summary> ### [`v5.2.1`](https://togithub.com/ashleymills/Reachability.swift/releases/tag/v5.2.1): 5.2.1 [Compare Source](https://togithub.com/ashleymills/Reachability.swift/compare/v5.2.0...v5.2.1) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 5d3e127 commit e038910

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

examples/firebase_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,9 +1641,9 @@
16411641
"name": "swiftpkg_reachability.swift",
16421642
"identity": "reachability.swift",
16431643
"remote": {
1644-
"commit": "c01127cb51f591045696128effe43c16840d08bf",
1644+
"commit": "7b7018a69c84ea94ac2a38dff626e16ea81d1db9",
16451645
"remote": "https://github.com/ashleymills/Reachability.swift.git",
1646-
"version": "5.2.0"
1646+
"version": "5.2.1"
16471647
}
16481648
},
16491649
{

0 commit comments

Comments
 (0)