Skip to content

Commit

Permalink
chore(deps): update dependency firebase/firebase-ios-sdk to from: "10…
Browse files Browse the repository at this point in the history
….22.1"
  • Loading branch information
Self-hosted Renovate Bot committed Mar 7, 2024
1 parent 3ad39ad commit 6348876
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions examples/firebase_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/firebase-ios-sdk",
"state" : {
"revision" : "f91c8167141d0279726c6f6d9d4a47c026785cbc",
"version" : "10.21.0"
"revision" : "be49849dcba96f2b5ee550d4eceb2c0fa27dade4",
"version" : "10.22.1"
}
},
{
"identity" : "googleappmeasurement",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleAppMeasurement.git",
"state" : {
"revision" : "cb8617fab75d181270a1d8f763f26b15c73e2e1e",
"version" : "10.21.0"
"revision" : "482cfa4e5880f0a29f66ecfd60c5a62af28bd1f0",
"version" : "10.22.1"
}
},
{
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 @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "firebase_example",
dependencies: [
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.21.0")),
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.22.1")),
// Used by crashlytics example
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.0")),
]
Expand Down
8 changes: 4 additions & 4 deletions examples/firebase_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1542,9 +1542,9 @@
"name": "swiftpkg_firebase_ios_sdk",
"identity": "firebase-ios-sdk",
"remote": {
"commit": "f91c8167141d0279726c6f6d9d4a47c026785cbc",
"commit": "be49849dcba96f2b5ee550d4eceb2c0fa27dade4",
"remote": "https://github.com/firebase/firebase-ios-sdk",
"version": "10.21.0"
"version": "10.22.1"
},
"cLanguageStandard": "c99",
"cxxLanguageStandard": "gnu++14"
Expand All @@ -1553,9 +1553,9 @@
"name": "swiftpkg_googleappmeasurement",
"identity": "googleappmeasurement",
"remote": {
"commit": "cb8617fab75d181270a1d8f763f26b15c73e2e1e",
"commit": "482cfa4e5880f0a29f66ecfd60c5a62af28bd1f0",
"remote": "https://github.com/google/GoogleAppMeasurement.git",
"version": "10.21.0"
"version": "10.22.1"
},
"cLanguageStandard": "c99",
"cxxLanguageStandard": "gnu++14"
Expand Down

0 comments on commit 6348876

Please sign in to comment.