diff --git a/Package.swift b/Package.swift index 3e809ca..7b93299 100644 --- a/Package.swift +++ b/Package.swift @@ -22,24 +22,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.4.2") + .exact("12.4.3") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.5.2") + .exact("13.6.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.5.2") + .exact("13.6.0") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayOnServerProductPlugin/14.6.1/WebIdPayOnServerProductPlugin.framework-v14.6.1.zip", - checksum: "ec7240f70c8912208dbd260e9ae3efd5a501a3a35d4561eff64737b88660f32a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayOnServerProductPlugin/14.7.0/WebIdPayOnServerProductPlugin.framework-v14.7.0.zip", + checksum: "66aa7694ecd37cdeb1af05eb096735178bb6c914d0b3b48c04327f9ad7187909" ), .target( name: "WebIdPayOnServerProductPluginWrapper",