Skip to content

Commit ae76329

Browse files
authored
chore: bump smithy-kotlin version (#1395)
1 parent 8350b00 commit ae76329

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": "e214d9cb-654b-4d05-aeea-bf1b4a8d97f0",
3+
"type": "bugfix",
4+
"description": "Upgrade to **1.3.8** version of **smithy-kotlin** to pick up fixes for code-generated deserializers",
5+
"issues": [
6+
"smithy-lang/smithy-kotlin#1126"
7+
]
8+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ coroutines-version = "1.8.1"
99
atomicfu-version = "0.24.0"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.3.7"
13-
smithy-kotlin-codegen-version = "0.33.7"
12+
smithy-kotlin-runtime-version = "1.3.8"
13+
smithy-kotlin-codegen-version = "0.33.8"
1414

1515
# codegen
1616
smithy-version = "1.50.0"

0 commit comments

Comments
 (0)