diff --git a/conversion-examples/smithy-to-openapi/smithy-build.json b/conversion-examples/smithy-to-openapi/smithy-build.json index 9ebaa6d..b18a3ee 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.56.0", - "software.amazon.smithy:smithy-aws-traits:1.56.0" + "software.amazon.smithy:smithy-openapi:1.58.0", + "software.amazon.smithy:smithy-aws-traits:1.58.0" ] }, "projections": { diff --git a/gradle.properties b/gradle.properties index 9353514..604c067 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -smithyVersion=1.56.0 +smithyVersion=1.58.0 smithyGradleVersion=1.1.0 smithyJavaVersion=0.0.1 diff --git a/quickstart-examples/quickstart-gradle/gradle.properties b/quickstart-examples/quickstart-gradle/gradle.properties index c4176e2..006fb11 100644 --- a/quickstart-examples/quickstart-gradle/gradle.properties +++ b/quickstart-examples/quickstart-gradle/gradle.properties @@ -1,2 +1,2 @@ -smithyVersion=1.56.0 +smithyVersion=1.58.0 smithyGradleVersion=1.1.0 diff --git a/smithy-java-examples/quickstart-java/gradle.properties b/smithy-java-examples/quickstart-java/gradle.properties index 9353514..604c067 100644 --- a/smithy-java-examples/quickstart-java/gradle.properties +++ b/smithy-java-examples/quickstart-java/gradle.properties @@ -1,3 +1,3 @@ -smithyVersion=1.56.0 +smithyVersion=1.58.0 smithyGradleVersion=1.1.0 smithyJavaVersion=0.0.1 diff --git a/smithy-typescript-examples/quickstart-typescript/gradle.properties b/smithy-typescript-examples/quickstart-typescript/gradle.properties index 9353514..604c067 100644 --- a/smithy-typescript-examples/quickstart-typescript/gradle.properties +++ b/smithy-typescript-examples/quickstart-typescript/gradle.properties @@ -1,3 +1,3 @@ -smithyVersion=1.56.0 +smithyVersion=1.58.0 smithyGradleVersion=1.1.0 smithyJavaVersion=0.0.1 diff --git a/tutorials/full-stack-application/smithy/smithy-build.json b/tutorials/full-stack-application/smithy/smithy-build.json index 7dadc9b..e552e93 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.56.0", - "software.amazon.smithy:smithy-validation-model:1.56.0", + "software.amazon.smithy:smithy-aws-traits:1.58.0", + "software.amazon.smithy:smithy-validation-model:1.58.0", "software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.22.0" ] },