Skip to content

Commit

Permalink
fix: bump smithy-kotlin version to correct S3 presigning issues with …
Browse files Browse the repository at this point in the history
…custom endpoint ports
  • Loading branch information
ianbotsf committed Jan 12, 2024
1 parent 4953c96 commit e483745
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changes/57d333b1-559b-4635-9a04-d78565be34b9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "57d333b1-559b-4635-9a04-d78565be34b9",
"type": "bugfix",
"description": "Bump **smithy-kotlin** version to correct S3 presigning issues with custom endpoint ports",
"issues": [
"awslabs/aws-sdk-kotlin#1177"
]
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
atomicfu-version = "0.23.1"

# smithy-kotlin codegen and runtime are versioned separately
smithy-kotlin-runtime-version = "1.0.8"
smithy-kotlin-codegen-version = "0.30.9"
smithy-kotlin-runtime-version = "1.0.9"
smithy-kotlin-codegen-version = "0.30.10"

# codegen
smithy-version = "1.42.0"
Expand Down

0 comments on commit e483745

Please sign in to comment.