Skip to content

Commit

Permalink
chore(deps): upgrade cdk version to 2.176.0 following dependabot find…
Browse files Browse the repository at this point in the history
…ing (#898)
  • Loading branch information
krokoko authored Jan 21, 2025
1 parent f6f1e37 commit 54a633a
Show file tree
Hide file tree
Showing 7 changed files with 1,278 additions and 13,694 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
Expand Up @@ -30,7 +30,7 @@ import {
const GITHUB_USER = 'awslabs';
const PUBLICATION_NAMESPACE = 'cdklabs';
const PROJECT_NAME = 'generative-ai-cdk-constructs';
const CDK_VERSION: string = '2.174.1';
const CDK_VERSION: string = '2.176.0';

function camelCaseIt(input: string): string {
// Hypens and dashes to spaces and then CamelCase...
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CDK Generative AI Constructs V0.1.290 (2025-01-08)
# CDK Generative AI Constructs V0.1.289 (2025-01-21)

Based on CDK library version 2.176.0

# CDK Generative AI Constructs V0.1.289 (2025-01-08)

Based on CDK library version 2.174.1

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Default output format [None]: json
```

- [Node](https://nodejs.org/en) >= v20.9.0
- [AWS CDK](https://github.com/aws/aws-cdk/releases/tag/v2.174.1) >= 2.174.1
- [AWS CDK](https://github.com/aws/aws-cdk/releases/tag/v2.174.1) >= 2.176.0
- [Python](https://www.python.org/downloads/) >=3.9
- [Projen](https://github.com/projen/projen) >= 0.78.8
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/cli/install/) >= 1.22.19
Expand Down
Loading

0 comments on commit 54a633a

Please sign in to comment.