Skip to content

Commit

Permalink
to 2.137.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammond committed Apr 12, 2024
1 parent 6509a32 commit 5b9ca06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 3 additions & 5 deletions src/clickup-cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ import { slackAlert } from './slack-alert';
import { updateProjen } from './update-projen';

export module clickupCdk {
// We added support for x-region replication bucket sharing
// in https://github.com/aws/aws-cdk/pull/28447 which was released in v2.119.0
// Security needs us to start reaping the orphaned buckets: SEC-8843
const minCdkVersion = '2.119.0';
const defaultCdkVersion = '2.135.0'; // Arbitrary newish version. Most developers will want the latest.
// https://github.com/time-loop/cdk-ecs-fargate/pull/476
const minCdkVersion = '2.137.0';
const defaultCdkVersion = '2.137.0'; // Arbitrary newish version. Most developers will want the latest.

export const deps = [
...clickupTs.deps,
Expand Down
12 changes: 6 additions & 6 deletions test/__snapshots__/clickup-cdk.test.ts.snap

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

0 comments on commit 5b9ca06

Please sign in to comment.