Skip to content

Commit 9ceb350

Browse files
authored
fix: bump smithy-kotlin version to correct S3 presigning issues with custom endpoint ports (#1178)
1 parent bf896bd commit 9ceb350

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": "57d333b1-559b-4635-9a04-d78565be34b9",
3+
"type": "bugfix",
4+
"description": "Bump **smithy-kotlin** version to correct S3 presigning issues with custom endpoint ports",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#1177"
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.7.3"
99
atomicfu-version = "0.23.1"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.0.8"
13-
smithy-kotlin-codegen-version = "0.30.9"
12+
smithy-kotlin-runtime-version = "1.0.9"
13+
smithy-kotlin-codegen-version = "0.30.10"
1414

1515
# codegen
1616
smithy-version = "1.42.0"

0 commit comments

Comments
 (0)