Skip to content

Commit

Permalink
Update Smithy version dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOgunsAWS committed Aug 11, 2022
1 parent a6d0364 commit bca2ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codegen-test/model/rest-xml-extras.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ structure CreateFooInput {}
</PrimitiveIntDocument>
""",
bodyMediaType: "application/xml",
params: {}
params: { requiredValue: 0 }
}, {
id: "RestXmlSerPrimitiveIntSet",
protocol: "aws.protocols#restXml",
Expand All @@ -61,7 +61,7 @@ structure CreateFooInput {}
</PrimitiveIntDocument>
""",
bodyMediaType: "application/xml",
params: { value: 1 }
params: { value: 1, requiredValue: 0 }
}])
@http(uri: "/primitive-document", method: "POST")
operation PrimitiveIntOpXml {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kotlin.code.style=official

# codegen
smithyGradlePluginVersion=0.6.0
smithyVersion=1.21.0
smithyVersion=1.23.0

# kotlin
kotlinVersion=1.6.21
Expand Down

0 comments on commit bca2ef7

Please sign in to comment.