Skip to content

Commit

Permalink
Bump github.com/facebook/facebook-ios-sdk from 16.3.1 to 17.0.2
Browse files Browse the repository at this point in the history
Bumps [github.com/facebook/facebook-ios-sdk](https://github.com/facebook/facebook-ios-sdk) from 16.3.1 to 17.0.2.
- [Release notes](https://github.com/facebook/facebook-ios-sdk/releases)
- [Commits](facebook/facebook-ios-sdk@v16.3.1...v17.0.2)

---
updated-dependencies:
- dependency-name: github.com/facebook/facebook-ios-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent b5acbbb commit e27c1c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/facebook/facebook-ios-sdk.git",
"state" : {
"revision" : "3fe31c168903759de1c5752d12856c5c437c6862",
"version" : "16.3.1"
"revision" : "9ed465ccd73c231144d49a9c681774577c616f34",
"version" : "17.0.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2")),
.package(url: "https://github.com/google/GoogleSignIn-iOS.git", .upToNextMinor(from: "7.1.0"))
],
targets: [
Expand Down

0 comments on commit e27c1c6

Please sign in to comment.