Skip to content

Commit 77fdf9e

Browse files
authored
chore: bump smithy-kotlin version (#1485)
1 parent 7667b2b commit 77fdf9e

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": "7b3af55e-ffbd-4c4d-beae-73e893ed3641",
3+
"type": "bugfix",
4+
"description": "Bump to latest **smithy-kotlin** version to pick up fixes to `InputStream` wrapping",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#1473"
7+
]
8+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ coroutines-version = "1.9.0"
1111
atomicfu-version = "0.25.0"
1212

1313
# smithy-kotlin codegen and runtime are versioned separately
14-
smithy-kotlin-runtime-version = "1.3.30"
15-
smithy-kotlin-codegen-version = "0.33.30"
14+
smithy-kotlin-runtime-version = "1.3.31"
15+
smithy-kotlin-codegen-version = "0.33.31"
1616

1717
# codegen
1818
smithy-version = "1.51.0"

0 commit comments

Comments
 (0)