Skip to content

Commit 94af12e

Browse files
chore(deps): update dependency adyen/adyen-wechatpay-ios to v2.2.0 (#2071)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Adyen/adyen-wechatpay-ios](https://redirect.github.com/Adyen/adyen-wechatpay-ios) | minor | `2.1.0` -> `2.2.0` | --- ### Release Notes <details> <summary>Adyen/adyen-wechatpay-ios (Adyen/adyen-wechatpay-ios)</summary> ### [`v2.2.0`](https://redirect.github.com/Adyen/adyen-wechatpay-ios/releases/tag/2.2.0) [Compare Source](https://redirect.github.com/Adyen/adyen-wechatpay-ios/compare/2.1.0...2.2.0) #### What's Changed - Update WeChat binary to version [2.0.4](https://developers.weixin.qq.com/doc/oplatform/Downloads/iOS_Resource.html) **Full Changelog**: Adyen/adyen-wechatpay-ios@2.1.0...2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Adyen/adyen-ios). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Abramichev <2648655+descorp@users.noreply.github.com>
1 parent 3b32a36 commit 94af12e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Adyen.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
3131
plugin.source_files = 'AdyenWeChatPay/**/*.swift'
3232
plugin.dependency 'Adyen/Core'
3333
plugin.dependency 'Adyen/Actions'
34-
plugin.dependency 'AdyenWeChatPayInternal', '2.1.0'
34+
plugin.dependency 'AdyenWeChatPayInternal', '2.2.0'
3535
end
3636

3737
s.subspec 'CashAppPay' do |plugin|

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ let package = Package(
7272
),
7373
.package(
7474
url: "https://github.com/Adyen/adyen-wechatpay-ios",
75-
exact: "2.1.0"
75+
exact: "2.2.0"
7676
),
7777
.package(
7878
url: "https://github.com/cashapp/cash-app-pay-ios-sdk",

0 commit comments

Comments
 (0)