Skip to content

Commit

Permalink
Bump github.com/facebook/facebook-ios-sdk from 16.3.1 to 17.3.0
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.3.0.
- [Release notes](https://github.com/facebook/facebook-ios-sdk/releases)
- [Commits](facebook/facebook-ios-sdk@v16.3.1...v17.3.0)

---
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 Sep 30, 2024
1 parent b5acbbb commit 85d00a8
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" : "b02aef326d67cb332d20a0c3f62cc981f8fc3250",
"version" : "17.3.0"
}
},
{
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.3.0")),
.package(url: "https://github.com/google/GoogleSignIn-iOS.git", .upToNextMinor(from: "7.1.0"))
],
targets: [
Expand Down

0 comments on commit 85d00a8

Please sign in to comment.