Skip to content

Commit

Permalink
fix: bump smithy-kotlin version to consume upstream fixes for URL par…
Browse files Browse the repository at this point in the history
…sing
  • Loading branch information
ianbotsf committed Feb 7, 2024
1 parent 7af7832 commit 57bef55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changes/03502878-f89d-4d73-94d5-0584d145657f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "03502878-f89d-4d73-94d5-0584d145657f",
"type": "bugfix",
"description": "Bump **smithy-kotlin** version to consume upstream fixes for URL parsing",
"issues": [
"awslabs/smithy-kotlin#1031"
]
}
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.0.12"
smithy-kotlin-codegen-version = "0.30.13"
smithy-kotlin-runtime-version = "1.0.13"
smithy-kotlin-codegen-version = "0.30.14"

# codegen
smithy-version = "1.42.0"
Expand Down

0 comments on commit 57bef55

Please sign in to comment.