Skip to content

Commit c6775cf

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency stripe/stripe-ios to from: "23.27.1" (#1030)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stripe/stripe-ios](https://togithub.com/stripe/stripe-ios) | patch | `from: "23.27.0"` -> `from: "23.27.1"` | --- ### Release Notes <details> <summary>stripe/stripe-ios (stripe/stripe-ios)</summary> ### [`v23.27.1`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23271-2024-04-22) [Compare Source](https://togithub.com/stripe/stripe-ios/compare/23.27.0...23.27.1) ##### Payments - \[Fixed] An issue where the PrivacyInfo.xcprivacy was not bundled with StripePayments when installing with Cocoapods. ##### Apple Pay - \[Changed] Apple Pay additionalEnabledApplePayNetworks are now in front of the supported network list. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent bf09c3e commit c6775cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/stripe_example/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.

examples/stripe_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
dependencies: [
88
.package(
99
url: "https://github.com/stripe/stripe-ios",
10-
from: "23.27.0"
10+
from: "23.27.1"
1111
),
1212
]
1313
)

examples/stripe_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@
221221
"name": "swiftpkg_stripe_ios",
222222
"identity": "stripe-ios",
223223
"remote": {
224-
"commit": "febc79a4c5e02afce39d68211268cbad7c304a8f",
224+
"commit": "d0c607a3bce526f2fd27c87fa4822f285d378d3f",
225225
"remote": "https://github.com/stripe/stripe-ios",
226-
"version": "23.27.0"
226+
"version": "23.27.1"
227227
}
228228
}
229229
]

0 commit comments

Comments
 (0)