diff --git a/Package.swift b/Package.swift index 862183a..713c99e 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/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm", - .exact("11.5.0") + .exact("11.6.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.3.0") + .exact("12.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.4.0") + .exact("13.5.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.4.0") + .exact("13.5.2") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayOnServerProductPlugin/14.5.0/WebIdPayOnServerProductPlugin.framework-v14.5.0.zip", - checksum: "73c105820969263f9505c841707c3658f174d8e2445b2d42e92f2f1cc81153d7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayOnServerProductPlugin/14.6.0/WebIdPayOnServerProductPlugin.framework-v14.6.0.zip", + checksum: "9d464aac8459f895bd81a1438711eae64c02ee22c7eea88d94296ee63c9186d2" ), .target( name: "WebIdPayOnServerProductPluginWrapper",