From 28ca5abc777838cf3ff0067c0a43ae953d8d02b2 Mon Sep 17 00:00:00 2001 From: Matthew Bonig Date: Tue, 3 Nov 2020 19:10:34 -0700 Subject: [PATCH] cdk version bump --- .projenrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.projenrc.js b/.projenrc.js index 16f6839..16c86d7 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -5,7 +5,7 @@ const project = new AwsCdkConstructLibrary({ authorAddress: "matthew.bonig@gmail.com", authorName: "Matthew Bonig", authorOrganization: true, - cdkVersion: "1.68.0", + cdkVersion: "1.71.0", description: "A redrive construct to use with an SQS queue and it's dead letter queue", catalog: { announce: true,