Skip to content

Commit 6c0bc84

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency firebase/firebase-ios-sdk to from: "11.12.0" (#1584)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [firebase/firebase-ios-sdk](https://redirect.github.com/firebase/firebase-ios-sdk) | minor | `from: "11.11.0"` -> `from: "11.12.0"` | --- ### Release Notes <details> <summary>firebase/firebase-ios-sdk (firebase/firebase-ios-sdk)</summary> ### [`v11.12.0`](https://redirect.github.com/firebase/firebase-ios-sdk/compare/11.11.0...11.12.0) [Compare Source](https://redirect.github.com/firebase/firebase-ios-sdk/compare/11.11.0...11.12.0) </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> Co-authored-by: Chuck Grindel <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent a03ea8d commit 6c0bc84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/firebase_example/Package.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/firebase/firebase-ios-sdk",
2525
"state" : {
26-
"revision" : "d1f7c7e8eaa74d7e44467184dc5f592268247d33",
27-
"version" : "11.11.0"
26+
"revision" : "fbd463894af94d90eb4d6a4e54080459a8179519",
27+
"version" : "11.12.0"
2828
}
2929
},
3030
{
3131
"identity" : "googleappmeasurement",
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/google/GoogleAppMeasurement.git",
3434
"state" : {
35-
"revision" : "dd89fc79a77183830742a16866d87e4e54785734",
36-
"version" : "11.11.0"
35+
"revision" : "f7460ea630bddf172115c28493ae8b3798d95ce3",
36+
"version" : "11.12.0"
3737
}
3838
},
3939
{

examples/firebase_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
dependencies: [
88
.package(
99
url: "https://github.com/firebase/firebase-ios-sdk",
10-
.upToNextMajor(from: "11.11.0")
10+
.upToNextMajor(from: "11.12.0")
1111
),
1212
// Used by crashlytics example
1313
.package(

0 commit comments

Comments
 (0)