From 256045ed86290b0e61b5c70a67fcf1b2dfe785a1 Mon Sep 17 00:00:00 2001 From: Andrii Vysotskyi Date: Fri, 10 Oct 2025 16:00:12 +0200 Subject: [PATCH] Bump checkout version --- .../xcshareddata/swiftpm/Package.resolved | 6 +++--- Package.swift | 2 +- ProcessOutCheckout3DS.podspec | 2 +- .../ProcessOut/Sources/Generated/Sourcery+Generated.swift | 2 +- project.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index cb66f57fd..ffabcdd26 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" : "797eaf02a4c0b4b477a991945fa6c684312886a42f6d1845fd6cf70d1c09d2fd", + "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.swift b/Package.swift index a7508a32e..9da787b56 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.30") ], diff --git a/ProcessOutCheckout3DS.podspec b/ProcessOutCheckout3DS.podspec index f3f6d12fb..b41fa606c 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/Sources/ProcessOut/Sources/Generated/Sourcery+Generated.swift b/Sources/ProcessOut/Sources/Generated/Sourcery+Generated.swift index a74604a16..1157be158 100644 --- a/Sources/ProcessOut/Sources/Generated/Sourcery+Generated.swift +++ b/Sources/ProcessOut/Sources/Generated/Sourcery+Generated.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 2.2.7 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 2.3.0 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT import Foundation diff --git a/project.yml b/project.yml index 8837c3c57..81d4ff5c2 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.30