Skip to content

Commit e7a70c6

Browse files
committed
fix: upgrade smithy-kotlin to pick up fixes for header signing
1 parent 768b675 commit e7a70c6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "9922940a-efce-4e11-b953-f55c6feb4aef",
3+
"type": "bugfix",
4+
"description": "Upgrade **smithy-kotlin** version to pick up fixes for header signing"
5+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ atomicfu-version = "0.25.0"
1212
binary-compatibility-validator-version = "0.16.3"
1313

1414
# smithy-kotlin codegen and runtime are versioned separately
15-
smithy-kotlin-runtime-version = "1.4.1"
16-
smithy-kotlin-codegen-version = "0.34.1"
15+
smithy-kotlin-runtime-version = "1.4.2"
16+
smithy-kotlin-codegen-version = "0.34.2"
1717

1818
# codegen
1919
smithy-version = "1.53.0"

0 commit comments

Comments
 (0)