Skip to content

Commit

Permalink
chore: upgrade smithy-kotlin to latest (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf authored May 17, 2024
1 parent f0a29ba commit 857ead0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changes/4d8e0e00-1cc7-4fc6-88c0-3983c3ee3eb5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "4d8e0e00-1cc7-4fc6-88c0-3983c3ee3eb5",
"type": "misc",
"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",
"issues": [
"smithy-lang/smithy-kotlin#1092"
]
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
atomicfu-version = "0.23.1"

# smithy-kotlin codegen and runtime are versioned separately
smithy-kotlin-runtime-version = "1.2.2"
smithy-kotlin-codegen-version = "0.32.2"
smithy-kotlin-runtime-version = "1.2.4"
smithy-kotlin-codegen-version = "0.32.4"

# codegen
smithy-version = "1.47.0"
Expand Down

0 comments on commit 857ead0

Please sign in to comment.