Skip to content

Commit

Permalink
chore(deps): update dependency stripe/stripe-ios to from: "23.26.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Apr 2, 2024
1 parent 93b7443 commit c4598f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/stripe_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/stripe/stripe-ios",
"state" : {
"revision" : "37a2e2b617493105c55461b92f061723afcba709",
"version" : "23.22.1"
"revision" : "9e2f6e8c69cab5b689772635fef5576a449c81f9",
"version" : "23.26.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/stripe_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/stripe/stripe-ios",
from: "23.22.1"
from: "23.26.0"
),
]
)
4 changes: 2 additions & 2 deletions examples/stripe_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@
"name": "swiftpkg_stripe_ios",
"identity": "stripe-ios",
"remote": {
"commit": "37a2e2b617493105c55461b92f061723afcba709",
"commit": "9e2f6e8c69cab5b689772635fef5576a449c81f9",
"remote": "https://github.com/stripe/stripe-ios",
"version": "23.22.1"
"version": "23.26.0"
}
}
]
Expand Down

0 comments on commit c4598f1

Please sign in to comment.