Skip to content

Commit

Permalink
chore(deps): update dependency stripe/stripe-ios to from: "23.27.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Apr 11, 2024
1 parent 03ff5cd commit 5079e8f
Show file tree
Hide file tree
Showing 3 changed files with 15 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" : "febc79a4c5e02afce39d68211268cbad7c304a8f",
"version" : "23.27.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.27.0"
),
]
)
14 changes: 12 additions & 2 deletions examples/stripe_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
"stripe-ios"
],
"modules": [
{
"name": "CaptureCore",
"c99name": "CaptureCore",
"src_type": "binary",
"label": "@swiftpkg_stripe_ios//:CaptureCore.rspm",
"package_identity": "stripe-ios",
"product_memberships": [
"StripeIdentity"
]
},
{
"name": "Stripe",
"c99name": "Stripe",
Expand Down Expand Up @@ -211,9 +221,9 @@
"name": "swiftpkg_stripe_ios",
"identity": "stripe-ios",
"remote": {
"commit": "37a2e2b617493105c55461b92f061723afcba709",
"commit": "febc79a4c5e02afce39d68211268cbad7c304a8f",
"remote": "https://github.com/stripe/stripe-ios",
"version": "23.22.1"
"version": "23.27.0"
}
}
]
Expand Down

0 comments on commit 5079e8f

Please sign in to comment.