File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
labs/unicorn-store/infrastructure/cdk
src/main/java/com/unicorn Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1212 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
13- <cdk .version>2.190 .0</cdk .version>
13+ <cdk .version>2.225 .0</cdk .version>
1414 <junit .version>5.13.1</junit .version>
1515 </properties >
1616
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ public static void main(final String[] args) {
5959 new NagPackSuppression .Builder ().id ("AwsSolutions-APIG3" ).reason ("Workshop API Gateways do not need AWS WAF assigned" ).build (),
6060 new NagPackSuppression .Builder ().id ("AwsSolutions-EC23" ).reason ("Not needed" ).build (),
6161 new NagPackSuppression .Builder ().id ("AwsSolutions-RDS13" ).reason ("Workshop Database does not need backups" ).build (),
62- new NagPackSuppression .Builder ().id ("CdkNagValidationFailure" ).reason ("Suppress warnings see: https://github.com/cdklabs/cdk-nag/issues/817" ).build ()
62+ new NagPackSuppression .Builder ().id ("CdkNagValidationFailure" ).reason ("Suppress warnings see: https://github.com/cdklabs/cdk-nag/issues/817" ).build (),
63+ new NagPackSuppression .Builder ().id ("AwsSolutions-L1" ).reason ("Workshop not upgraded to Java 25 yet" ).build ()
6364 );
6465
6566 NagSuppressions .addStackSuppressions (infrastructureStack , suppression );
You can’t perform that action at this time.
0 commit comments