Skip to content

Commit

Permalink
chore(version): Upgraded CDK
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Apr 11, 2023
1 parent 8d15e34 commit b277631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/v2/align-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const findVersion = process.argv[2];
const replaceVersion = process.argv[3];

// these versions need to be sourced from a config file
const awsCdkLibVersion = '2.71.0';
const awsCdkLibVersion = '2.73.0';
const constructsVersion = '10.0.0';
const MODULE_EXEMPTIONS = new Set([
'@aws-cdk/cloudformation-diff',
Expand Down

0 comments on commit b277631

Please sign in to comment.