Skip to content

Commit

Permalink
fix: bump smithy-kotlin to fix document-valued map serialization (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf authored Jan 31, 2024
1 parent 1af16cd commit 8bc2c44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/499084ed-325b-442f-bb2a-680a19e16b6a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "499084ed-325b-442f-bb2a-680a19e16b6a",
"type": "bugfix",
"description": "Bump **smithy-kotlin** version to fix an error with serializing maps which use the `Document` type as a value"
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
atomicfu-version = "0.23.1"

# smithy-kotlin codegen and runtime are versioned separately
smithy-kotlin-runtime-version = "1.0.11"
smithy-kotlin-codegen-version = "0.30.12"
smithy-kotlin-runtime-version = "1.0.12"
smithy-kotlin-codegen-version = "0.30.13"

# codegen
smithy-version = "1.42.0"
Expand Down

0 comments on commit 8bc2c44

Please sign in to comment.