diff --git a/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved b/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5360c9a..d06d771 100644 --- a/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/firebase/firebase-ios-sdk.git", "state" : { - "revision" : "1fc52ab0e172e7c5a961f975a76c2611f4f22852", - "version" : "11.2.0" + "revision" : "f909f901bfba9e27e4e9da83242a4915d6dd64bb", + "version" : "11.3.0" } }, { @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/google/GoogleAppMeasurement.git", "state" : { - "revision" : "07a2f57d147d2bf368a0d2dcb5579ff082d9e44f", - "version" : "11.1.0" + "revision" : "93406fd21b85e66e2d6dbf50b472161fd75c3f1f", + "version" : "11.3.0" } }, { diff --git a/SSLCertificateCheckPackage/Package.swift b/SSLCertificateCheckPackage/Package.swift index 7852d96..c1b0ff4 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: "11.3.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")),