diff --git a/Package.swift b/Package.swift index c87b7af..66fa7d5 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("23.1.0") + .exact("23.1.1") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("23.1.0") + .exact("23.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("23.1.0") + .exact("23.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("23.0.2") + .exact("23.0.3") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("22.0.0") + .exact("22.0.1") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.2/WebIdAccountIdProductPlugin.framework-v22.5.2-SNAPSHOT-1725.zip", - checksum: "1455db81abaf2893b647960430e3d0f0d11f670f6a11c16a9a62786803950aa9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.3/WebIdAccountIdProductPlugin.framework-v22.5.3-SNAPSHOT-1728.zip", + checksum: "43bc5a0fc002215e19140654f7cef6f6954072ab0f045f6f9fe06afb5c81d50a" ), .target( name: "WebIdAccountIdProductPluginWrapper",