diff --git a/conversion-examples/smithy-to-openapi/smithy-build.json b/conversion-examples/smithy-to-openapi/smithy-build.json index d64f22f..931c515 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.38.0", - "software.amazon.smithy:smithy-aws-traits:1.38.0" + "software.amazon.smithy:smithy-openapi:1.39.0", + "software.amazon.smithy:smithy-aws-traits:1.39.0" ] }, "projections": { diff --git a/gradle.properties b/gradle.properties index d3f40a9..e8dc0be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -smithyVersion=1.38.0 +smithyVersion=1.39.0 smithyGradleVersion=0.8.0 diff --git a/quickstart-examples/quickstart-gradle/gradle.properties b/quickstart-examples/quickstart-gradle/gradle.properties index 97cd044..7fbf908 100644 --- a/quickstart-examples/quickstart-gradle/gradle.properties +++ b/quickstart-examples/quickstart-gradle/gradle.properties @@ -1 +1 @@ -smithyVersion=1.38.0 +smithyVersion=1.39.0