diff --git a/SSLCertificateCheckPackage/Package.swift b/SSLCertificateCheckPackage/Package.swift index 7852d96..47422b2 100644 --- a/SSLCertificateCheckPackage/Package.swift +++ b/SSLCertificateCheckPackage/Package.swift @@ -163,7 +163,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/firebase/firebase-ios-sdk.git", .upToNextMajor(from: "11.2.0")), + .package(url: "https://github.com/firebase/firebase-ios-sdk.git", .upToNextMajor(from: "12.5.0")), .package(url: "https://github.com/maiyama18/LicensesPlugin.git", .upToNextMajor(from: "0.2.0")), .package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "4.0.0")), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", .upToNextMajor(from: "5.3.0")),