Skip to content

Commit 234f115

Browse files
committed
feat: upgrade smithy-kotlin to pick up latest CRT changes
1 parent 6207fce commit 234f115

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": "ad8d54e2-4cd7-4fd8-8657-408df2cef264",
3+
"type": "feature",
4+
"description": "Upgrade **smithy-kotlin** to [**v1.5.19**](https://github.com/smithy-lang/smithy-kotlin/releases/tag/v1.5.19) containing a new CRT cipher suite"
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.29.0"
1212
binary-compatibility-validator-version = "0.18.0"
1313

1414
# smithy-kotlin codegen and runtime are versioned separately
15-
smithy-kotlin-runtime-version = "1.5.17"
16-
smithy-kotlin-codegen-version = "0.35.17"
15+
smithy-kotlin-runtime-version = "1.5.19"
16+
smithy-kotlin-codegen-version = "0.35.19"
1717

1818
# codegen
1919
smithy-version = "1.62.0"

0 commit comments

Comments
 (0)