Skip to content

Commit

Permalink
bump smithy version to 1.51 and enable protocol test (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe authored Sep 12, 2024
1 parent 8dc5c2b commit ad8db39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ class AWSRestJson1ProtocolGenerator : AWSHTTPBindingProtocolGenerator(RestJSONCu
override val testsToIgnore = setOf(
"SDKAppliedContentEncoding_restJson1",
"SDKAppendedGzipAfterProvidedEncoding_restJson1",
// This test is disabled until Smithy v1.51.0 with the fix for the test gets released.
"RestJsonClientIgnoresDefaultValuesIfMemberValuesArePresentInResponse"
)
}
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.50.0
smithyVersion=1.51.0
smithyGradleVersion=0.6.0

smithySwiftVersion = 0.1.0
Expand Down

0 comments on commit ad8db39

Please sign in to comment.