From 0f035cc1bda69edcb1fe5d62ea8802e1b7e163d9 Mon Sep 17 00:00:00 2001 From: smithy-automation <127955164+smithy-automation@users.noreply.github.com> Date: Wed, 26 Jun 2024 08:34:17 -0600 Subject: [PATCH] Update Smithy Version (#98) Co-authored-by: Smithy Automation --- conversion-examples/smithy-to-openapi/smithy-build.json | 4 ++-- gradle.properties | 2 +- quickstart-examples/quickstart-gradle/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conversion-examples/smithy-to-openapi/smithy-build.json b/conversion-examples/smithy-to-openapi/smithy-build.json index 84318c5..7b50188 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.49.0", - "software.amazon.smithy:smithy-aws-traits:1.49.0" + "software.amazon.smithy:smithy-openapi:1.50.0", + "software.amazon.smithy:smithy-aws-traits:1.50.0" ] }, "projections": { diff --git a/gradle.properties b/gradle.properties index 38ff73b..533af6e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -smithyVersion=1.49.0 +smithyVersion=1.50.0 smithyGradleVersion=1.0.0 diff --git a/quickstart-examples/quickstart-gradle/gradle.properties b/quickstart-examples/quickstart-gradle/gradle.properties index 38ff73b..533af6e 100644 --- a/quickstart-examples/quickstart-gradle/gradle.properties +++ b/quickstart-examples/quickstart-gradle/gradle.properties @@ -1,2 +1,2 @@ -smithyVersion=1.49.0 +smithyVersion=1.50.0 smithyGradleVersion=1.0.0