From 2cabfea36f464d27395b77d1de5974cfa0f1c7ad Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:51:55 -0700 Subject: [PATCH] chore: upgrade smithy-kotlin (#1389) --- .changes/84d2271c-62a1-4228-9af0-91fb651942a6.json | 5 +++++ gradle/libs.versions.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changes/84d2271c-62a1-4228-9af0-91fb651942a6.json diff --git a/.changes/84d2271c-62a1-4228-9af0-91fb651942a6.json b/.changes/84d2271c-62a1-4228-9af0-91fb651942a6.json new file mode 100644 index 00000000000..cbc79e6b580 --- /dev/null +++ b/.changes/84d2271c-62a1-4228-9af0-91fb651942a6.json @@ -0,0 +1,5 @@ +{ + "id": "84d2271c-62a1-4228-9af0-91fb651942a6", + "type": "misc", + "description": "Upgrade to **v1.3.6** of **smithy-kotlin**" +} \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f378aab7bd9..7145b16ea1f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,8 +9,8 @@ coroutines-version = "1.8.1" atomicfu-version = "0.24.0" # smithy-kotlin codegen and runtime are versioned separately -smithy-kotlin-runtime-version = "1.3.5" -smithy-kotlin-codegen-version = "0.33.5" +smithy-kotlin-runtime-version = "1.3.7" +smithy-kotlin-codegen-version = "0.33.7" # codegen smithy-version = "1.50.0"