diff --git a/conversion-examples/smithy-to-openapi/smithy-build.json b/conversion-examples/smithy-to-openapi/smithy-build.json index 5c8b74c..afa609f 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.36.0", - "software.amazon.smithy:smithy-aws-traits:1.36.0" + "software.amazon.smithy:smithy-openapi:1.37.0", + "software.amazon.smithy:smithy-aws-traits:1.37.0" ] }, "projections": { diff --git a/gradle.properties b/gradle.properties index b45fada..544c84c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -smithyVersion=1.36.0 +smithyVersion=1.37.0 smithyGradleVersion=0.7.0 diff --git a/quickstart-examples/quickstart-gradle/gradle.properties b/quickstart-examples/quickstart-gradle/gradle.properties index 884cbcd..cacdb20 100644 --- a/quickstart-examples/quickstart-gradle/gradle.properties +++ b/quickstart-examples/quickstart-gradle/gradle.properties @@ -1,2 +1,2 @@ -smithyVersion=1.36.0 +smithyVersion=1.37.0 smithyGradleVersion=0.7.0 \ No newline at end of file