Skip to content

Commit eb43ca5

Browse files
fix(deps): bump github.com/openid/appauth-ios from 1.7.6 to 2.0.0 (#71)
Bumps [github.com/openid/appauth-ios](https://github.com/openid/AppAuth-iOS) from 1.7.6 to 2.0.0. - [Release notes](https://github.com/openid/AppAuth-iOS/releases) - [Commits](openid/AppAuth-iOS@1.7.6...2.0.0) --- updated-dependencies: - dependency-name: github.com/openid/appauth-ios dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Ritter <[email protected]>
1 parent d2fc0b0 commit eb43ca5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
targets: ["FusionAuth"]),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/openid/AppAuth-iOS.git", exact: "1.7.6"),
20+
.package(url: "https://github.com/openid/AppAuth-iOS.git", exact: "2.0.0"),
2121
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.57.1")
2222
],
2323
targets: [
@@ -50,7 +50,7 @@ let package = Package(
5050
targets: ["FusionAuth"]),
5151
],
5252
dependencies: [
53-
.package(url: "https://github.com/openid/AppAuth-iOS.git", exact: "1.7.6")
53+
.package(url: "https://github.com/openid/AppAuth-iOS.git", exact: "2.0.0")
5454
],
5555
targets: [
5656
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)