Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2289d97 commit 9890032Copy full SHA for 9890032
examples/powertools-examples-core/cdk/infra/pom.xml
@@ -7,7 +7,7 @@
7
<version>1.19.0-SNAPSHOT</version>
8
<properties>
9
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
10
- <cdk.version>2.100.0</cdk.version>
+ <cdk.version>2.130.0</cdk.version>
11
<constructs.version>[10.0.0,11.0.0)</constructs.version>
12
<junit.version>5.10.0</junit.version>
13
</properties>
powertools-e2e-tests/pom.xml
@@ -31,7 +31,7 @@
31
<maven.compiler.source>1.8</maven.compiler.source>
32
<maven.compiler.target>1.8</maven.compiler.target>
33
<constructs.version>10.3.0</constructs.version>
34
- <cdk.version>2.109.0</cdk.version>
35
36
37
<dependencies>
0 commit comments