From dcf96f505c48f667832a1178de604d3923cdfb05 Mon Sep 17 00:00:00 2001 From: smithy-automation <127955164+smithy-automation@users.noreply.github.com> Date: Wed, 18 Oct 2023 07:04:44 -0700 Subject: [PATCH] Update Smithy Version (#62) 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 20004eb..568f85d 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.39.1", - "software.amazon.smithy:smithy-aws-traits:1.39.1" + "software.amazon.smithy:smithy-openapi:1.40.0", + "software.amazon.smithy:smithy-aws-traits:1.40.0" ] }, "projections": { diff --git a/gradle.properties b/gradle.properties index fe492a2..5a64433 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -smithyVersion=1.39.1 +smithyVersion=1.40.0 smithyGradleVersion=0.8.0 diff --git a/quickstart-examples/quickstart-gradle/gradle.properties b/quickstart-examples/quickstart-gradle/gradle.properties index eb09b35..730a5cc 100644 --- a/quickstart-examples/quickstart-gradle/gradle.properties +++ b/quickstart-examples/quickstart-gradle/gradle.properties @@ -1 +1 @@ -smithyVersion=1.39.1 +smithyVersion=1.40.0