Skip to content

Commit 0e8eb9d

Browse files
committed
fix: bump smithy-kotlin to pick up chunked stream byte counting fixes
1 parent 6d57881 commit 0e8eb9d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "6f980213-c40e-45ac-aaac-4643830f85a3",
3+
"type": "bugfix",
4+
"description": "Bump **smithy-kotlin** to verion **1.5.6** to pick up fixes for chunked stream byte counting",
5+
"issues": [
6+
"https://github.com/smithy-lang/smithy-kotlin/issues/1285"
7+
]
8+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ atomicfu-version = "0.29.0"
1212
binary-compatibility-validator-version = "0.18.0"
1313

1414
# smithy-kotlin codegen and runtime are versioned separately
15-
smithy-kotlin-runtime-version = "1.5.4"
16-
smithy-kotlin-codegen-version = "0.35.4"
15+
smithy-kotlin-runtime-version = "1.5.6"
16+
smithy-kotlin-codegen-version = "0.35.6"
1717

1818
# codegen
1919
smithy-version = "1.60.2"

0 commit comments

Comments
 (0)