Skip to content

Commit 4fe19d5

Browse files
committed
chore(codegen): update smithy to 1.52.0
1 parent 3f84c75 commit 4fe19d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/gradle.properties

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.52.0
22
smithyGradleVersion=0.6.0

scripts/generate-clients/config.js

Lines changed: 1 addition & 1 deletion
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: "98d74245c48bc5cf0153112d1dbaa1fcde4139df",
4+
SMITHY_TS_COMMIT: "140751e77d414e45d9100a5698744b08fc9a21fa",
55
};
66

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

0 commit comments

Comments
 (0)