Skip to content

Commit

Permalink
fix: upgrade smithy-kotlin to pick up fixes for header signing (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf authored Jan 29, 2025
1 parent 9794f8b commit 3d084dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/9922940a-efce-4e11-b953-f55c6feb4aef.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "9922940a-efce-4e11-b953-f55c6feb4aef",
"type": "bugfix",
"description": "Upgrade **smithy-kotlin** version to pick up fixes for header signing"
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ atomicfu-version = "0.25.0"
binary-compatibility-validator-version = "0.16.3"

# smithy-kotlin codegen and runtime are versioned separately
smithy-kotlin-runtime-version = "1.4.1"
smithy-kotlin-codegen-version = "0.34.1"
smithy-kotlin-runtime-version = "1.4.2"
smithy-kotlin-codegen-version = "0.34.2"

# codegen
smithy-version = "1.53.0"
Expand Down

0 comments on commit 3d084dc

Please sign in to comment.