Skip to content

Commit 90b5ace

Browse files
authored
chore(codegen): upgrade to smithy-1.57.0 (#7047)
1 parent 498fba2 commit 90b5ace

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

codegen/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
smithyVersion=1.56.0
1+
smithyVersion=1.57.0
22
smithyGradleVersion=1.2.0
33
smithyPluginVersion=0.6.0

private/aws-restjson-validation-server/test/functional/restjson1.spec.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1739,9 +1739,7 @@ it("RestJsonMalformedLengthQueryStringNoValue:MalformedRequest", async () => {
17391739
query: {
17401740
string: [""],
17411741
},
1742-
headers: {
1743-
"content-type": "application/json",
1744-
},
1742+
headers: {},
17451743
body: Readable.from(["{}"]),
17461744
});
17471745
const r = await handler.handle(request, {});

scripts/generate-clients/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "57e0a48e1d5b66d0bbc6dc42eae5e1200347d415",
4+
SMITHY_TS_COMMIT: "b01c20d144cf1b1fffb9fe8eb35c47e864c1d04a",
55
};
66

77
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)