Skip to content

Commit

Permalink
Merge pull request #9 from aws-samples/feature/update-cdk-v2.173.1
Browse files Browse the repository at this point in the history
fix: Update CDK -> v2.173.1
  • Loading branch information
moralesl authored Dec 17, 2024
2 parents a3f9ded + 9e0150f commit 4f5b638
Show file tree
Hide file tree
Showing 6 changed files with 9,147 additions and 668 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { awscdk } from 'projen';

const project = new awscdk.AwsCdkTypeScriptApp({
cdkVersion: '2.146.0',
cdkVersion: '2.173.1',
defaultReleaseBranch: 'main',
name: 'logging-and-masking-express-step-functions',
projenrcTs: true,
Expand Down
Loading

0 comments on commit 4f5b638

Please sign in to comment.