diff --git a/Package.swift b/Package.swift index 286f07e..3f18803 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.2.0") + .exact("5.3.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.5") + .exact("11.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.2.1") + .exact("12.3.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.2.1") + .exact("12.3.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.3.4/WebIdEIdOnServerProductPlugin.framework-v13.3.4.zip", - checksum: "617a0200edd055a835f6eb0a7f3d7b565e2700df06ec7100d633ebc939e0662d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.4.0/WebIdEIdOnServerProductPlugin.framework-v13.4.0.zip", + checksum: "4fe4e3cd2b62be5d5d6eb7ea381f4c0a32052f9097b47d661dee3bbbe0d94f72" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",