Skip to content

Commit efbaa25

Browse files
authored
Upgrade CDK to 2.219.0 (#1416)
1 parent 4e82244 commit efbaa25

File tree

176 files changed

+2532
-1682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+2532
-1682
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.214.0';
13+
const awsCdkLibVersion = '2.219.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)