diff --git a/packages/payment/CapacitorCommunityStripe.podspec b/packages/payment/CapacitorCommunityStripe.podspec index da5039a86..488ec00b8 100644 --- a/packages/payment/CapacitorCommunityStripe.podspec +++ b/packages/payment/CapacitorCommunityStripe.podspec @@ -13,8 +13,8 @@ Pod::Spec.new do |s| s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '13.0' s.dependency 'Capacitor' - s.dependency 'StripePaymentSheet', '~> 23.12.0' - s.dependency 'StripeApplePay', '~> 23.12.0' - s.dependency 'StripeIdentity', '~> 23.12.0' + s.dependency 'StripePaymentSheet', '~> 23.17.1' + s.dependency 'StripeApplePay', '~> 23.17.1' + s.dependency 'StripeIdentity', '~> 23.17.1' s.swift_version = '5.1' end diff --git a/packages/payment/ios/Podfile b/packages/payment/ios/Podfile index e538b4e93..47649581b 100644 --- a/packages/payment/ios/Podfile +++ b/packages/payment/ios/Podfile @@ -5,9 +5,9 @@ def capacitor_pods use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios' - pod 'StripePaymentSheet', '~> 23.12.0' - pod 'StripeApplePay', '~> 23.12.0' - pod 'StripeIdentity', '~> 23.12.0' + pod 'StripePaymentSheet', '~> 23.17.1' + pod 'StripeApplePay', '~> 23.17.1' + pod 'StripeIdentity', '~> 23.17.1' end target 'Plugin' do