Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump smithy-kotlin to fix document-valued map serialization #1199

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading