Skip to content

Commit 02b3fc9

Browse files
committed
feat: bump swift sdk version to 1.5.8
1 parent 97ba904 commit 02b3fc9

File tree

4 files changed

+227
-9
lines changed

4 files changed

+227
-9
lines changed

AmplifyPlugins/Auth/Tests/AWSCognitoAuthPluginUnitTests/TestHarness/AuthCodableImplementations/Cognito/Response/GetCredentialsForIdentityOutputResponse+Codable.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import AWSCognitoIdentity
99
import ClientRuntime
10+
import Foundation
1011

1112
extension GetCredentialsForIdentityOutput: Codable {
1213
enum CodingKeys: Swift.String, Swift.CodingKey {

AmplifyPlugins/Core/AWSPluginsTestCommon/MockAWSAuthService.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import AwsCommonRuntimeKit
1010
import Amplify
1111
import InternalAmplifyCredentials
1212
import SmithyIdentity
13+
import Foundation
1314

1415
public class MockAWSAuthService: AWSAuthCredentialsProviderBehavior {
1516

Package.resolved

Lines changed: 224 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let platforms: [SupportedPlatform] = [
99
.watchOS(.v9)
1010
]
1111
let dependencies: [Package.Dependency] = [
12-
.package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.2.59"),
12+
.package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.5.8"),
1313
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.15.3"),
1414
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"),
1515
.package(url: "https://github.com/aws-amplify/amplify-swift-utils-notifications.git", from: "1.1.0")

0 commit comments

Comments
 (0)