diff --git a/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 12ed59438..90298808d 100644 --- a/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "4f3cede1cc7a25636df024aefb0bc09574094aab273612fbc1191e7de9353c14", + "originHash" : "266863387af04e16a0f954fb43175ab621bcb1685384b8fb6abf643e46088d62", "pins" : [ { "identity" : "checkout-3ds-sdk-ios", "kind" : "remoteSourceControl", "location" : "https://github.com/checkout/checkout-3ds-sdk-ios", "state" : { - "revision" : "17bee169a7ef971f85513a90a07af34e830ff19a", - "version" : "3.2.5" + "revision" : "69790aaef65dae9538981190c80be4d9d9eda31f", + "version" : "3.2.9" } }, { diff --git a/Package.resolved b/Package.resolved index 7b8e102ce..d2d3921ff 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "7d1f5afc6733621a7f7f0eec7878752883c4fe420c28d3722483eb1ca5d5f1c2", + "originHash" : "772fa5a1381fb7fb9e0191e91027d19e29ef15c9fe0557e9719277e15edfdb23", "pins" : [ { "identity" : "checkout-3ds-sdk-ios", "kind" : "remoteSourceControl", "location" : "https://github.com/checkout/checkout-3ds-sdk-ios", "state" : { - "revision" : "17bee169a7ef971f85513a90a07af34e830ff19a", - "version" : "3.2.5" + "revision" : "69790aaef65dae9538981190c80be4d9d9eda31f", + "version" : "3.2.9" } }, { diff --git a/Package.swift b/Package.swift index 002577120..c92abc74e 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( .library(name: "ProcessOutNetcetera3DS", targets: ["ProcessOutNetcetera3DS"]) ], dependencies: [ - .package(url: "https://github.com/checkout/checkout-3ds-sdk-ios", exact: "3.2.5"), + .package(url: "https://github.com/checkout/checkout-3ds-sdk-ios", exact: "3.2.9"), .package(url: "https://github.com/swiftlang/swift-cmark", from: "0.6.0"), .package(url: "https://github.com/ios-3ds-sdk/SPM", exact: "2.5.32") ], diff --git a/ProcessOutCheckout3DS.podspec b/ProcessOutCheckout3DS.podspec index a7486a2df..01008cb50 100644 --- a/ProcessOutCheckout3DS.podspec +++ b/ProcessOutCheckout3DS.podspec @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.source_files = 'Sources/ProcessOutCheckout3DS/**/*.swift' s.pod_target_xcconfig = { 'EXCLUDED_ARCHS' => 'x86_64' } s.dependency 'ProcessOut', s.version.to_s - s.dependency 'Checkout3DS', '3.2.5' + s.dependency 'Checkout3DS', '3.2.9' end diff --git a/project.yml b/project.yml index 5b1930261..f4e7df15b 100644 --- a/project.yml +++ b/project.yml @@ -13,7 +13,7 @@ options: packages: Checkout3DSPackages: url: https://github.com/checkout/checkout-3ds-sdk-ios - version: 3.2.5 + version: 3.2.9 ThreeDS_SDK: url: https://github.com/ios-3ds-sdk/SPM.git version: 2.5.32