We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77684f1 commit cbe5fb5Copy full SHA for cbe5fb5
deployment/v2/align-version.js
@@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2];
10
const targetSolutionsConstructsVersion = process.argv[3];
11
12
// these versions need to be sourced from a config file
13
-const awsCdkLibVersion = '2.212.0';
+const awsCdkLibVersion = '2.214.0';
14
15
for (const file of process.argv.splice(4)) {
16
const pkg = JSON.parse(fs.readFileSync(file).toString());
0 commit comments