diff --git a/Package.resolved b/Package.resolved index 69d55c1..9223db7 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/facebook/facebook-ios-sdk.git", "state" : { - "revision" : "3fe31c168903759de1c5752d12856c5c437c6862", - "version" : "16.3.1" + "revision" : "b02aef326d67cb332d20a0c3f62cc981f8fc3250", + "version" : "17.3.0" } }, { diff --git a/Package.swift b/Package.swift index 2372175..70c2c1c 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( targets: ["SocialAuthentication"]), ], dependencies: [ - .package(url: "https://github.com/facebook/facebook-ios-sdk.git", .upToNextMinor(from: "16.3.1")), + .package(url: "https://github.com/facebook/facebook-ios-sdk.git", .upToNextMinor(from: "17.3.0")), .package(url: "https://github.com/google/GoogleSignIn-iOS.git", .upToNextMinor(from: "7.1.0")) ], targets: [