Skip to content

Commit 8bc2c44

Browse files
authored
fix: bump smithy-kotlin to fix document-valued map serialization (#1199)
1 parent 1af16cd commit 8bc2c44

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "499084ed-325b-442f-bb2a-680a19e16b6a",
3+
"type": "bugfix",
4+
"description": "Bump **smithy-kotlin** version to fix an error with serializing maps which use the `Document` type as a value"
5+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
99
atomicfu-version = "0.23.1"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.0.11"
13-
smithy-kotlin-codegen-version = "0.30.12"
12+
smithy-kotlin-runtime-version = "1.0.12"
13+
smithy-kotlin-codegen-version = "0.30.13"
1414

1515
# codegen
1616
smithy-version = "1.42.0"

0 commit comments

Comments
 (0)