Skip to content

Commit 60b7fd2

Browse files
committed
CDK version update
1 parent 3a2531a commit 60b7fd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cdk/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
<dependency>
2727
<groupId>software.amazon.awscdk</groupId>
2828
<artifactId>aws-cdk-lib</artifactId>
29-
<version>2.110.0</version>
29+
<version>2.114.1</version>
3030
</dependency>
3131
<!-- alpha versions for HttpApi gateway integration-->
3232
<dependency>
3333
<groupId>software.amazon.awscdk</groupId>
3434
<artifactId>apigatewayv2-alpha</artifactId>
35-
<version>2.110.0-alpha.0</version>
35+
<version>2.114.1-alpha.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>software.amazon.awscdk</groupId>
3939
<artifactId>apigatewayv2-integrations-alpha</artifactId>
40-
<version>2.110.0-alpha.0</version>
40+
<version>2.114.1-alpha.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>software.constructs</groupId>

0 commit comments

Comments
 (0)