From 4f6da9387254f90c365e207a67d94fd50be3f10a Mon Sep 17 00:00:00 2001 From: Smithy Automation Date: Wed, 11 Sep 2024 10:01:50 +0000 Subject: [PATCH] Update Smithy Version --- conversion-examples/smithy-to-openapi/smithy-build.json | 4 ++-- gradle.properties | 2 +- quickstart-examples/quickstart-gradle/gradle.properties | 2 +- tutorials/full-stack-application/smithy/smithy-build.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conversion-examples/smithy-to-openapi/smithy-build.json b/conversion-examples/smithy-to-openapi/smithy-build.json index 7b50188..d047ce9 100644 --- a/conversion-examples/smithy-to-openapi/smithy-build.json +++ b/conversion-examples/smithy-to-openapi/smithy-build.json @@ -3,8 +3,8 @@ "sources": ["models"], "maven": { "dependencies": [ - "software.amazon.smithy:smithy-openapi:1.50.0", - "software.amazon.smithy:smithy-aws-traits:1.50.0" + "software.amazon.smithy:smithy-openapi:1.51.0", + "software.amazon.smithy:smithy-aws-traits:1.51.0" ] }, "projections": { diff --git a/gradle.properties b/gradle.properties index d488a1b..352fd85 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -smithyVersion=1.50.0 +smithyVersion=1.51.0 smithyGradleVersion=1.1.0 diff --git a/quickstart-examples/quickstart-gradle/gradle.properties b/quickstart-examples/quickstart-gradle/gradle.properties index d488a1b..352fd85 100644 --- a/quickstart-examples/quickstart-gradle/gradle.properties +++ b/quickstart-examples/quickstart-gradle/gradle.properties @@ -1,2 +1,2 @@ -smithyVersion=1.50.0 +smithyVersion=1.51.0 smithyGradleVersion=1.1.0 diff --git a/tutorials/full-stack-application/smithy/smithy-build.json b/tutorials/full-stack-application/smithy/smithy-build.json index dfa1364..13280a9 100644 --- a/tutorials/full-stack-application/smithy/smithy-build.json +++ b/tutorials/full-stack-application/smithy/smithy-build.json @@ -3,8 +3,8 @@ "sources": ["model/"], "maven": { "dependencies": [ - "software.amazon.smithy:smithy-aws-traits:1.50.0", - "software.amazon.smithy:smithy-validation-model:1.50.0", + "software.amazon.smithy:smithy-aws-traits:1.51.0", + "software.amazon.smithy:smithy-validation-model:1.51.0", "software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.22.0" ] },