From 14ecbb4951d9465678edaa0417fd5bf930463683 Mon Sep 17 00:00:00 2001 From: Luc Talatinian Date: Thu, 9 Jun 2022 14:59:06 -0400 Subject: [PATCH] bugfix: upgrade smithy-kotlin to pull in fixes for signing bugs --- .changes/a3605d3a-3319-4347-a5b6-bf1304fd5198.json | 9 +++++++++ gradle.properties | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .changes/a3605d3a-3319-4347-a5b6-bf1304fd5198.json diff --git a/.changes/a3605d3a-3319-4347-a5b6-bf1304fd5198.json b/.changes/a3605d3a-3319-4347-a5b6-bf1304fd5198.json new file mode 100644 index 00000000000..3ed93112d19 --- /dev/null +++ b/.changes/a3605d3a-3319-4347-a5b6-bf1304fd5198.json @@ -0,0 +1,9 @@ +{ + "id": "a3605d3a-3319-4347-a5b6-bf1304fd5198", + "type": "bugfix", + "description": "Upgrade smithy-kotlin to pull in fixes for signing bugs.", + "issues": [ + "awslabs/aws-sdk-kotlin#619", + "awslabs/smithy-kotlin#657" + ] +} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 502018467c9..c50d87f74c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ sdkVersion=0.16.2-SNAPSHOT smithyVersion=1.17.0 smithyGradleVersion=0.5.3 # smithy-kotlin codegen and runtime are versioned together -smithyKotlinVersion=0.10.1 +smithyKotlinVersion=0.10.2 # kotlin kotlinVersion=1.6.21 @@ -39,4 +39,4 @@ slf4jVersion=1.7.36 # dokka config (values specified at build-time as needed) smithyKotlinPackageListUrl= -smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin \ No newline at end of file +smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin