From 583e4c805a627212a1dbc6d6fe53af8375223521 Mon Sep 17 00:00:00 2001 From: Steven Askwith Date: Thu, 18 Jan 2024 17:45:07 +0000 Subject: [PATCH] Update cdk-pipeline-stack.ts --- lib/cdk-pipeline-stack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdk-pipeline-stack.ts b/lib/cdk-pipeline-stack.ts index 17176252..6e8d11ef 100644 --- a/lib/cdk-pipeline-stack.ts +++ b/lib/cdk-pipeline-stack.ts @@ -9,7 +9,7 @@ import { DeepracerEventManagerStack } from './drem-app-stack'; // Constants const NODE_VERSION = '18'; // other possible options: stable, latest, lts -const CDK_VERSION = '2.110.0'; // other possible options: latest +const CDK_VERSION = '2.122.0'; // other possible options: latest const AMPLIFY_VERSION = '12.8.2'; export interface InfrastructurePipelineStageProps extends cdk.StackProps {