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 Jan 9, 2024
1 parent 1ea9c3d commit 573df48
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.111.0';
const awsCdkLibVersion = '2.118.0';
const constructsVersion = '10.0.0';
const MODULE_EXEMPTIONS = new Set([
'@aws-cdk/cloudformation-diff',
Expand Down

0 comments on commit 573df48

Please sign in to comment.