From 0f5371f2d2901a452687b8e0a899e22c12024dec Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:23:34 -0600 Subject: [PATCH] chore(deps): update dependency ashleymills/reachability.swift to from: "5.2.3" (#1083) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
ashleymills/Reachability.swift (ashleymills/Reachability.swift) ### [`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 [@​marcuseckert](https://togithub.com/marcuseckert)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- examples/firebase_example/Package.resolved | 4 ++-- examples/firebase_example/Package.swift | 2 +- examples/firebase_example/swift_deps_index.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/firebase_example/Package.resolved b/examples/firebase_example/Package.resolved index 8667b1be3..777ddbdea 100644 --- a/examples/firebase_example/Package.resolved +++ b/examples/firebase_example/Package.resolved @@ -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" } }, { diff --git a/examples/firebase_example/Package.swift b/examples/firebase_example/Package.swift index d9ac3a258..46c479cba 100644 --- a/examples/firebase_example/Package.swift +++ b/examples/firebase_example/Package.swift @@ -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")), ] ) diff --git a/examples/firebase_example/swift_deps_index.json b/examples/firebase_example/swift_deps_index.json index 6bf0fc12a..94dbf4da0 100644 --- a/examples/firebase_example/swift_deps_index.json +++ b/examples/firebase_example/swift_deps_index.json @@ -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" } }, {