@@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
99atomicfu-version = " 0.23.1"
1010
1111# smithy-kotlin codegen and runtime are versioned separately
12- smithy-kotlin-runtime-version = " 1.2.12 "
13- smithy-kotlin-codegen-version = " 0.32.12 "
12+ smithy-kotlin-runtime-version = " 1.2.14 "
13+ smithy-kotlin-codegen-version = " 0.32.14 "
1414
1515# codegen
1616smithy-version = " 1.50.0"
@@ -71,6 +71,7 @@ smithy-kotlin-serde = { module = "aws.smithy.kotlin:serde", version.ref = "smith
7171smithy-kotlin-serde-form-url = { module = " aws.smithy.kotlin:serde-form-url" , version.ref = " smithy-kotlin-runtime-version" }
7272smithy-kotlin-serde-json = { module = " aws.smithy.kotlin:serde-json" , version.ref = " smithy-kotlin-runtime-version" }
7373smithy-kotlin-serde-xml = { module = " aws.smithy.kotlin:serde-xml" , version.ref = " smithy-kotlin-runtime-version" }
74+ smithy-kotlin-serde-cbor = { module = " aws.smithy.kotlin:serde-cbor" , version.ref = " smithy-kotlin-runtime-version" }
7475smithy-kotlin-smithy-client = { module = " aws.smithy.kotlin:smithy-client" , version.ref = " smithy-kotlin-runtime-version" }
7576smithy-kotlin-smithy-test = { module = " aws.smithy.kotlin:smithy-test" , version.ref = " smithy-kotlin-runtime-version" }
7677smithy-kotlin-telemetry-api = { module = " aws.smithy.kotlin:telemetry-api" , version.ref = " smithy-kotlin-runtime-version" }
@@ -88,6 +89,7 @@ smithy-cli = { module = "software.amazon.smithy:smithy-cli", version.ref = "smit
8889smithy-waiters = { module = " software.amazon.smithy:smithy-waiters" , version.ref = " smithy-version" }
8990smithy-aws-endpoints = { module = " software.amazon.smithy:smithy-aws-endpoints" , version.ref = " smithy-version" }
9091smithy-aws-traits = { module = " software.amazon.smithy:smithy-aws-traits" , version.ref = " smithy-version" }
92+ smithy-protocol-traits = { module = " software.amazon.smithy:smithy-protocol-traits" , version.ref = " smithy-version" }
9193smithy-aws-protocol-tests = { module = " software.amazon.smithy:smithy-aws-protocol-tests" , version.ref = " smithy-version" }
9294smithy-aws-iam-traits = { module = " software.amazon.smithy:smithy-aws-iam-traits" , version.ref = " smithy-version" }
9395smithy-aws-cloudformation-traits = { module = " software.amazon.smithy:smithy-aws-cloudformation-traits" , version.ref = " smithy-version" }
0 commit comments