Skip to content

Commit 1b87a00

Browse files
authored
bugfix: upgrade smithy-kotlin to pull in fixes for signing bugs (#630)
1 parent 3dffd28 commit 1b87a00

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "a3605d3a-3319-4347-a5b6-bf1304fd5198",
3+
"type": "bugfix",
4+
"description": "Upgrade smithy-kotlin to pull in fixes for signing bugs.",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#619",
7+
"awslabs/smithy-kotlin#657"
8+
]
9+
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sdkVersion=0.16.2-SNAPSHOT
1212
smithyVersion=1.17.0
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.10.1
15+
smithyKotlinVersion=0.10.2
1616

1717
# kotlin
1818
kotlinVersion=1.6.21
@@ -39,4 +39,4 @@ slf4jVersion=1.7.36
3939

4040
# dokka config (values specified at build-time as needed)
4141
smithyKotlinPackageListUrl=
42-
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin
42+
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin

0 commit comments

Comments
 (0)