From fdac5f642def474bec06bff4c821468e00c3365e Mon Sep 17 00:00:00 2001 From: descorp <2648655+descorp@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:24:14 +0000 Subject: [PATCH] chore: update iOS SDK to 5.23.0 --- README.md | 2 +- adyen-react-native.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f68c8a20..1e0c0a2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![npm version](https://img.shields.io/npm/v/@adyen/react-native.svg?style=flat-square)](https://www.npmjs.com/package/@adyen/react-native) -[![Adyen iOS](https://img.shields.io/badge/ios-v5.22.2-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.22.2) +[![Adyen iOS](https://img.shields.io/badge/ios-v5.23.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.23.0) [![Adyen Android](https://img.shields.io/badge/android-v5.16.1-brightgreen.svg)](https://github.com/Adyen/adyen-android/releases/tag/5.16.1) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Adyen_adyen-react-native&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=Adyen_adyen-react-native) diff --git a/adyen-react-native.podspec b/adyen-react-native.podspec index e308f0b4..06e692fd 100644 --- a/adyen-react-native.podspec +++ b/adyen-react-native.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,cpp,swift}" s.public_header_files = "ios/ADYRedirectComponent.h" - s.dependency "Adyen", '5.22.2' + s.dependency "Adyen", '5.23.0' s.resource_bundles = { 'adyen-react-native' => [ 'ios/PrivacyInfo.xcprivacy' ] } install_modules_dependencies(s)