From 0e8eb9d51be7814e46aa7dee2b5e9ab4bf456fd7 Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:00:09 +0000 Subject: [PATCH] fix: bump smithy-kotlin to pick up chunked stream byte counting fixes --- .changes/6f980213-c40e-45ac-aaac-4643830f85a3.json | 8 ++++++++ gradle/libs.versions.toml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .changes/6f980213-c40e-45ac-aaac-4643830f85a3.json diff --git a/.changes/6f980213-c40e-45ac-aaac-4643830f85a3.json b/.changes/6f980213-c40e-45ac-aaac-4643830f85a3.json new file mode 100644 index 00000000000..0e684b0071f --- /dev/null +++ b/.changes/6f980213-c40e-45ac-aaac-4643830f85a3.json @@ -0,0 +1,8 @@ +{ + "id": "6f980213-c40e-45ac-aaac-4643830f85a3", + "type": "bugfix", + "description": "Bump **smithy-kotlin** to verion **1.5.6** to pick up fixes for chunked stream byte counting", + "issues": [ + "https://github.com/smithy-lang/smithy-kotlin/issues/1285" + ] +} \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7ea325116db..34d49c7ce82 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,8 +12,8 @@ atomicfu-version = "0.29.0" binary-compatibility-validator-version = "0.18.0" # smithy-kotlin codegen and runtime are versioned separately -smithy-kotlin-runtime-version = "1.5.4" -smithy-kotlin-codegen-version = "0.35.4" +smithy-kotlin-runtime-version = "1.5.6" +smithy-kotlin-codegen-version = "0.35.6" # codegen smithy-version = "1.60.2"