Skip to content

Commit 4363cac

Browse files
authored
chore: upgrade smithy-kotlin to 0.9.2 (#609)
1 parent 958bb6f commit 4363cac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "6c6fab02-75ef-4363-ab57-f9f45a25a3e9",
3+
"type": "misc",
4+
"description": "Upgrade smithy-kotlin to 0.9.2 which includes codegen updates to generate operations with all optional inputs to include a default parameter. See [smithy-kotlin#129](https://github.com/awslabs/smithy-kotlin/issues/129)"
5+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sdkVersion=0.15.3-SNAPSHOT
1212
smithyVersion=1.17.0
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.9.1
15+
smithyKotlinVersion=0.9.2
1616

1717
# kotlin
1818
kotlinVersion=1.6.10

0 commit comments

Comments
 (0)