Skip to content

Commit 7d22b4b

Browse files
authored
chore(codegen): upgrade to smithy 1.54.0 (aws#6913)
* upgrade to smithy 1.54.0 * update smithy-ts commit * Revert "update smithy-ts commit" This reverts commit 12864e9. * update smithy-ts commit
1 parent 52ae76a commit 7d22b4b

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,3 +1,3 @@
1-
smithyVersion=1.53.0
1+
smithyVersion=1.54.0
22
smithyGradleVersion=1.2.0
33
smithyPluginVersion=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: "5aeb781faf8535a352161fbfaaf5f8013fd6a35d",
4+
SMITHY_TS_COMMIT: "ee3ec22a19cd4d7e5cb1721e0848d6afa98ab6fb",
55
};
66

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

0 commit comments

Comments
 (0)