From 9c1cf85e9e25118ffd937746f350721d6a6548fa Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Thu, 2 May 2024 16:24:30 -0400 Subject: [PATCH] chore: Upgrading to SDK 0.36.2 (#3670) --- Package.resolved | 8 ++++---- Package.swift | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.resolved b/Package.resolved index 2be2cf993d..3e7e7f61f5 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/awslabs/aws-sdk-swift.git", "state" : { - "revision" : "485501db8b0c57d6636c2b33a03dcd77ee0911f9", - "version" : "0.36.1" + "revision" : "47922c05dd66be717c7bce424651a534456717b7", + "version" : "0.36.2" } }, { @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/smithy-lang/smithy-swift", "state" : { - "revision" : "64e66f3e3ac07d4180c2460a7af6e4ba4b92e9cb", - "version" : "0.41.0" + "revision" : "8a5b0105c1b8a1d26a9435fb0af3959a7f5de578", + "version" : "0.41.1" } }, { diff --git a/Package.swift b/Package.swift index c26132df6f..25639dce9c 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let platforms: [SupportedPlatform] = [ .watchOS(.v9) ] let dependencies: [Package.Dependency] = [ - .package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.36.1"), + .package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.36.2"), .package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.15.0"), .package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"), .package(url: "https://github.com/aws-amplify/amplify-swift-utils-notifications.git", from: "1.1.0")