Skip to content

Commit e0c897f

Browse files
chore(deps): update dependency firebase/firebase-ios-sdk to from: "11.8.1" (#1473)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [firebase/firebase-ios-sdk](https://redirect.github.com/firebase/firebase-ios-sdk) | patch | `from: "11.8.0"` -> `from: "11.8.1"` | --- ### Release Notes <details> <summary>firebase/firebase-ios-sdk (firebase/firebase-ios-sdk)</summary> ### [`v11.8.1`](https://redirect.github.com/firebase/firebase-ios-sdk/releases/tag/11.8.1): Firebase Apple 11.8.1 [Compare Source](https://redirect.github.com/firebase/firebase-ios-sdk/compare/11.8.0...11.8.1) The Firebase Apple SDK (11.8.1) is now available. For more details, see the [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#11.8.1) To install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup) Note the fix in this release is only applicable to the Swift Package Manager and CocoaPods distributions. #### What's Changed - Suppress deprecation build warning introduced in 11.8.0 by [@&#8203;paulb777](https://redirect.github.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/14425](https://redirect.github.com/firebase/firebase-ios-sdk/pull/14425) **Full Changelog**: firebase/firebase-ios-sdk@11.8.0...11.8.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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent b67f368 commit e0c897f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/firebase_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "firebase_example",
77
dependencies: [
8-
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "11.8.0")),
8+
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "11.8.1")),
99
// Used by crashlytics example
1010
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.4")),
1111
]

0 commit comments

Comments
 (0)