From 42b0496a5f76c0d2b955dfe3744fb9b736f4ea91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 21:34:49 +0000 Subject: [PATCH] Update dependency firebase/firebase-ios-sdk to from: "12.14.0" --- .../Example.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Example/Package/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Example.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/Example.xcworkspace/xcshareddata/swiftpm/Package.resolved index f18d021..86404d9 100644 --- a/Example/Example.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/Example.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/firebase/firebase-ios-sdk", "state" : { - "revision" : "45210bd1ea695779e6de016ab00fea8c0b7eb2ef", - "version" : "12.7.0" + "revision" : "8d5b4189f1f482df8d5c58c9985ea70491ef5382", + "version" : "12.14.0" } }, { diff --git a/Example/Package/Package.swift b/Example/Package/Package.swift index ee149fa..6b79f32 100644 --- a/Example/Package/Package.swift +++ b/Example/Package/Package.swift @@ -12,7 +12,7 @@ let package = Package( ], dependencies: [ .package(path: "../../"), - .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "12.0.0"), + .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "12.14.0"), ], targets: [ .target(