Skip to content

Commit 865ec5d

Browse files
chore: bump software.amazon.awscdk:aws-cdk-lib from 2.248.0 to 2.250.0 (#2472)
Bump software.amazon.awscdk:aws-cdk-lib from 2.248.0 to 2.250.0. Reviewed and approved by @phipag. Review performed by Claude.
1 parent 888497d commit 865ec5d

File tree

2 files changed

+2
-2
lines changed
  • examples/powertools-examples-core-utilities/cdk/infra
  • powertools-e2e-tests

2 files changed

+2
-2
lines changed

examples/powertools-examples-core-utilities/cdk/infra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>2.10.0</version>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
10-
<cdk.version>2.248.0</cdk.version>
10+
<cdk.version>2.250.0</cdk.version>
1111
<constructs.version>[10.0.0,11.0.0)</constructs.version>
1212
<junit.version>5.14.3</junit.version>
1313
</properties>

powertools-e2e-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.source>11</maven.compiler.source>
3232
<maven.compiler.target>11</maven.compiler.target>
3333
<constructs.version>10.6.0</constructs.version>
34-
<cdk.version>2.248.0</cdk.version>
34+
<cdk.version>2.250.0</cdk.version>
3535
</properties>
3636

3737
<dependencies>

0 commit comments

Comments
 (0)