From 8be09b20a4e36f64457776569776b6527b61efbd Mon Sep 17 00:00:00 2001 From: Robert D'Almeida Date: Thu, 14 Mar 2024 11:34:23 +0100 Subject: [PATCH] Update 3ds2sdk to version 2.4.1 --- Adyen.podspec | 2 +- Adyen.xcodeproj/project.pbxproj | 2 +- AdyenCard/Components/Card/ThreeDS2SdkVersion.swift | 2 +- Cartfile | 2 +- Package.swift | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Adyen.podspec b/Adyen.podspec index d72a2414f4..0d88786546 100644 --- a/Adyen.podspec +++ b/Adyen.podspec @@ -68,7 +68,7 @@ Pod::Spec.new do |s| s.subspec 'Actions' do |plugin| plugin.dependency 'Adyen/Core' - plugin.dependency 'Adyen3DS2', '2.3.3' + plugin.dependency 'Adyen3DS2', '2.4.1' plugin.source_files = 'AdyenActions/**/*.swift' plugin.exclude_files = 'AdyenActions/**/BundleSPMExtension.swift' plugin.resource_bundles = { diff --git a/Adyen.xcodeproj/project.pbxproj b/Adyen.xcodeproj/project.pbxproj index ac6e16f664..67321a1a6b 100644 --- a/Adyen.xcodeproj/project.pbxproj +++ b/Adyen.xcodeproj/project.pbxproj @@ -8936,7 +8936,7 @@ repositoryURL = "https://github.com/Adyen/adyen-3ds2-ios"; requirement = { kind = exactVersion; - version = 2.3.3; + version = 2.4.1; }; }; F94D65E42B0365C30095D61E /* XCRemoteSwiftPackageReference "adyen-authentication-ios" */ = { diff --git a/AdyenCard/Components/Card/ThreeDS2SdkVersion.swift b/AdyenCard/Components/Card/ThreeDS2SdkVersion.swift index b85704d18b..dad5ad88f6 100644 --- a/AdyenCard/Components/Card/ThreeDS2SdkVersion.swift +++ b/AdyenCard/Components/Card/ThreeDS2SdkVersion.swift @@ -7,4 +7,4 @@ import Foundation /// The 3DS2 SDK version. -public let threeDS2SdkVersion: String = "2.3.3" +public let threeDS2SdkVersion: String = "2.4.1" diff --git a/Cartfile b/Cartfile index 5253aec491..ed4df1586e 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ -github "adyen/adyen-3ds2-ios" == 2.3.3 +github "adyen/adyen-3ds2-ios" == 2.4.1 github "adyen/adyen-networking-ios" == 2.0.0 github "adyen/adyen-wechatpay-ios" == 2.1.0 github "adyen/adyen-authentication-ios" == 2.0.0 \ No newline at end of file diff --git a/Package.swift b/Package.swift index 099eb6f001..4265a62b05 100644 --- a/Package.swift +++ b/Package.swift @@ -59,7 +59,7 @@ let package = Package( .package( name: "Adyen3DS2", url: "https://github.com/Adyen/adyen-3ds2-ios", - .exact(Version(2, 3, 3)) + .exact(Version(2, 4, 1)) ), .package( name: "AdyenAuthentication",