Skip to content

Commit 4f5b638

Browse files
authored
Merge pull request #9 from aws-samples/feature/update-cdk-v2.173.1
fix: Update CDK -> v2.173.1
2 parents a3f9ded + 9e0150f commit 4f5b638

File tree

6 files changed

+9147
-668
lines changed

6 files changed

+9147
-668
lines changed

.projen/deps.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { awscdk } from 'projen';
22

33
const project = new awscdk.AwsCdkTypeScriptApp({
4-
cdkVersion: '2.146.0',
4+
cdkVersion: '2.173.1',
55
defaultReleaseBranch: 'main',
66
name: 'logging-and-masking-express-step-functions',
77
projenrcTs: true,

0 commit comments

Comments
 (0)