Skip to content

Commit 857ead0

Browse files
authored
chore: upgrade smithy-kotlin to latest (#1313)
1 parent f0a29ba commit 857ead0

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": "4d8e0e00-1cc7-4fc6-88c0-3983c3ee3eb5",
3+
"type": "misc",
4+
"description": "Upgrade to version [**1.2.4**](https://github.com/smithy-lang/smithy-kotlin/releases/tag/v1.2.4) of **smithy-kotlin** to pick up fix for `http.nonProxyHosts` wildcards",
5+
"issues": [
6+
"smithy-lang/smithy-kotlin#1092"
7+
]
8+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
99
atomicfu-version = "0.23.1"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.2.2"
13-
smithy-kotlin-codegen-version = "0.32.2"
12+
smithy-kotlin-runtime-version = "1.2.4"
13+
smithy-kotlin-codegen-version = "0.32.4"
1414

1515
# codegen
1616
smithy-version = "1.47.0"

0 commit comments

Comments
 (0)