From 0ac20f5e16f1542bf9507c1e581ccd0f4752ec1b Mon Sep 17 00:00:00 2001 From: Abhash Kumar Singh Date: Tue, 18 Mar 2025 13:23:42 -0700 Subject: [PATCH] chore: update amplify dependency to 2.46.1 --- .../xcshareddata/swiftpm/Package.resolved | 20 +++++++++---------- Package.resolved | 20 +++++++++---------- Package.swift | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1977045..9a475d8 100644 --- a/HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/aws-amplify/amplify-swift", "state" : { - "revision" : "7b1d5ee05a23ea24c7458dffed1c563c8501042d", - "version" : "2.45.4" + "revision" : "5b603ff7cfe1b03d753ae7ff9664316e6447f0ae", + "version" : "2.46.1" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/awslabs/aws-crt-swift", "state" : { - "revision" : "3f844bef042cc0a4c3381f7090414ce3f9a7e935", - "version" : "0.37.0" + "revision" : "dd17a98750b6182edacd6e8f0c30aa289c472b22", + "version" : "0.40.0" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/awslabs/aws-sdk-swift.git", "state" : { - "revision" : "c6c1064da9bfccb119a7a8ab9ba636fb3bbfa6f5", - "version" : "1.0.47" + "revision" : "9ad12684f6cb9c9b60e840c051a2bba604024650", + "version" : "1.0.69" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/smithy-lang/smithy-swift", "state" : { - "revision" : "3cd9f181b3ba8ff71da43bf53c09f8de6790a4ad", - "version" : "0.96.0" + "revision" : "402f091374dcf72c1e7ed43af10e3ee7e634fad8", + "version" : "0.106.0" } }, { @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "9cb486020ebf03bfa5b5df985387a14a98744537", - "version" : "1.6.1" + "revision" : "3d8596ed08bd13520157f0355e35caed215ffbfa", + "version" : "1.6.3" } } ], diff --git a/Package.resolved b/Package.resolved index d736e66..e4e6e13 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/aws-amplify/amplify-swift", "state" : { - "revision" : "7b1d5ee05a23ea24c7458dffed1c563c8501042d", - "version" : "2.45.4" + "revision" : "5b603ff7cfe1b03d753ae7ff9664316e6447f0ae", + "version" : "2.46.1" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/awslabs/aws-crt-swift", "state" : { - "revision" : "3f844bef042cc0a4c3381f7090414ce3f9a7e935", - "version" : "0.37.0" + "revision" : "dd17a98750b6182edacd6e8f0c30aa289c472b22", + "version" : "0.40.0" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/awslabs/aws-sdk-swift", "state" : { - "revision" : "c6c1064da9bfccb119a7a8ab9ba636fb3bbfa6f5", - "version" : "1.0.47" + "revision" : "9ad12684f6cb9c9b60e840c051a2bba604024650", + "version" : "1.0.69" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/smithy-lang/smithy-swift", "state" : { - "revision" : "3cd9f181b3ba8ff71da43bf53c09f8de6790a4ad", - "version" : "0.96.0" + "revision" : "402f091374dcf72c1e7ed43af10e3ee7e634fad8", + "version" : "0.106.0" } }, { @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "96a2f8a0fa41e9e09af4585e2724c4e825410b91", - "version" : "1.6.2" + "revision" : "3d8596ed08bd13520157f0355e35caed215ffbfa", + "version" : "1.6.3" } } ], diff --git a/Package.swift b/Package.swift index a302e43..4e2d2e8 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( targets: ["FaceLiveness"]), ], dependencies: [ - .package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.45.4") + .package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.46.1") ], targets: [ .target(