Skip to content

Commit

Permalink
chore: pin generated tsapi java infra pdk version (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
cogwirrel committed Mar 19, 2024
1 parent 8aa81ab commit e9ed3e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*! Copyright [Amazon.com](http://amazon.com/), Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0 */
import * as path from "path";
import { ProjectUtils } from "@aws/monorepo";
import { DependencyType } from "projen";
import { JavaProject } from "projen/lib/java";
import {
Expand Down Expand Up @@ -73,7 +74,7 @@ export class GeneratedJavaCdkInfrastructureProject extends JavaProject {
);

[
"software.aws/pdk@^0",
`software.aws/pdk@${ProjectUtils.getPdkVersion()}`,
"software.constructs/constructs@10.3.0",
"software.amazon.awscdk/aws-cdk-lib@2.133.0",
"io.github.cdklabs/cdknag@2.28.60",
Expand Down

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

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

0 comments on commit e9ed3e9

Please sign in to comment.