diff --git a/Package.swift b/Package.swift index 950bd5c..27956c0 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("10.3.0") + .exact("10.4.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.3.0") + .exact("11.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.4.0") + .exact("12.5.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.4.0") + .exact("12.5.2") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/13.6.2/WebIdPayOnServerProductPlugin.framework-v13.6.2.zip", - checksum: "bcaadba72de375d11ff803a7504fe8ee05cd57fdb29dfa612022082b31311095" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/13.7.0/WebIdPayOnServerProductPlugin.framework-v13.7.0.zip", + checksum: "f425a41e993cdfb9825c767a27f4bee7b209dfc9a60ec5576cac6f34d4bf9ca7" ), .target( name: "WebIdPayOnServerProductPluginWrapper",