Skip to content

Commit da81620

Browse files
authored
fix: upgrade to latest version of smithy-kotlin (#1149)
1 parent 2180b5b commit da81620

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": "6c4d20f4-2c79-444c-b5e5-d0a1a752d58f",
3+
"type": "bugfix",
4+
"description": "Upgrade to [**smithy-kotlin** 1.0.3](https://github.com/awslabs/smithy-kotlin/releases/tag/v1.0.3) to consume fixes for URL signing special characters",
5+
"issues": [
6+
"awslabs/smithy-kotlin#1008"
7+
]
8+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ coroutines-version = "1.7.3"
77
atomicfu-version = "0.22.0"
88

99
# smithy-kotlin codegen and runtime are versioned separately
10-
smithy-kotlin-runtime-version = "1.0.2"
11-
smithy-kotlin-codegen-version = "0.30.3"
10+
smithy-kotlin-runtime-version = "1.0.3"
11+
smithy-kotlin-codegen-version = "0.30.4"
1212

1313
# codegen
1414
smithy-version = "1.41.1"

0 commit comments

Comments
 (0)