Skip to content

Commit

Permalink
chore: update smithy version (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe authored Apr 10, 2024
1 parent 8b488b3 commit d20f2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class RestXmlProtocolGenerator : AWSHttpBindingProtocolGenerator() {
"SDKAppliedContentEncoding_restXml",
"SDKAppendedGzipAfterProvidedEncoding_restXml",
"S3OperationNoErrorWrappingResponse",
"S3PreservesEmbeddedDotSegmentInUriLabel",
"S3PreservesLeadingDotSegmentInUriLabel",
)
override val tagsToIgnore = setOf("defaults")

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx4096M

# codegen
smithyVersion=1.45.0
smithyVersion=1.47.0
smithyGradleVersion=0.6.0

smithySwiftVersion = 0.1.0
Expand Down

0 comments on commit d20f2de

Please sign in to comment.