Skip to content

Commit cbe5fb5

Browse files
authored
non-impactful upgrade of CDK version
1 parent 77684f1 commit cbe5fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/v2/align-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2];
1010
const targetSolutionsConstructsVersion = process.argv[3];
1111

1212
// these versions need to be sourced from a config file
13-
const awsCdkLibVersion = '2.212.0';
13+
const awsCdkLibVersion = '2.214.0';
1414

1515
for (const file of process.argv.splice(4)) {
1616
const pkg = JSON.parse(fs.readFileSync(file).toString());

0 commit comments

Comments
 (0)