Skip to content

Commit 750ced5

Browse files
authored
chore(codegen): upgrade smithy to 1.61.0 (#7233)
1 parent fe419e4 commit 750ced5

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.60.3
1+
smithyVersion=1.61.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: "ace4136fef6095aafb3aba9e02102f761a03a82e",
4+
SMITHY_TS_COMMIT: "8e2d4cc27314f51d3d8d0ecce13a83e000190ea1",
55
};
66

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

0 commit comments

Comments
 (0)