Skip to content

Commit 8b64adb

Browse files
authored
misc: bump Smithy version (#1436)
1 parent e41b2f0 commit 8b64adb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "6604e856-ab5c-44ab-968b-3a2c57e7a35b",
3+
"type": "misc",
4+
"description": "Upgrade to Smithy 1.51.0"
5+
}

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ coroutines-version = "1.9.0"
99
atomicfu-version = "0.24.0"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.3.14"
13-
smithy-kotlin-codegen-version = "0.33.14"
12+
smithy-kotlin-runtime-version = "1.3.15"
13+
smithy-kotlin-codegen-version = "0.33.15"
1414

1515
# codegen
16-
smithy-version = "1.50.0"
16+
smithy-version = "1.51.0"
1717

1818
# testing
1919
junit-version = "5.10.1"

0 commit comments

Comments
 (0)