Skip to content

Commit fb6654a

Browse files
authored
Merge pull request #132 from smithy-lang/automation/bump-smithy-version/1.56.0
[Automation] Smithy Version Bump - `1.56.0`
2 parents 5c57ac2 + 94495f9 commit fb6654a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

conversion-examples/smithy-to-openapi/smithy-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"sources": ["models"],
44
"maven": {
55
"dependencies": [
6-
"software.amazon.smithy:smithy-openapi:1.51.0",
7-
"software.amazon.smithy:smithy-aws-traits:1.51.0"
6+
"software.amazon.smithy:smithy-openapi:1.56.0",
7+
"software.amazon.smithy:smithy-aws-traits:1.56.0"
88
]
99
},
1010
"projections": {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
smithyVersion=1.51.0
1+
smithyVersion=1.56.0
22
smithyGradleVersion=1.1.0
33
smithyJavaVersion=0.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
smithyVersion=1.51.0
1+
smithyVersion=1.56.0
22
smithyGradleVersion=1.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
smithyVersion=1.51.0
1+
smithyVersion=1.56.0
22
smithyGradleVersion=1.1.0
33
smithyJavaVersion=0.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
smithyVersion=1.51.0
1+
smithyVersion=1.56.0
22
smithyGradleVersion=1.1.0
33
smithyJavaVersion=0.0.1

tutorials/full-stack-application/smithy/smithy-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"sources": ["model/"],
44
"maven": {
55
"dependencies": [
6-
"software.amazon.smithy:smithy-aws-traits:1.51.0",
7-
"software.amazon.smithy:smithy-validation-model:1.51.0",
6+
"software.amazon.smithy:smithy-aws-traits:1.56.0",
7+
"software.amazon.smithy:smithy-validation-model:1.56.0",
88
"software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.22.0"
99
]
1010
},

0 commit comments

Comments
 (0)