Skip to content

Commit 41be012

Browse files
committed
more main
2 parents d282916 + be284e2 commit 41be012

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven.deploy.skip>true</maven.deploy.skip>
1717
<lambda.core.version>1.2.2</lambda.core.version>
1818
<lambda.events.version>3.11.2</lambda.events.version>
19-
<aws.sdk.version>2.20.125</aws.sdk.version>
19+
<aws.sdk.version>2.20.127</aws.sdk.version>
2020
</properties>
2121
<dependencyManagement>
2222
<dependencies>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.17.0-SNAPSHOT</version>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
10-
<cdk.version>2.88.0</cdk.version>
10+
<cdk.version>2.91.0</cdk.version>
1111
<constructs.version>[10.0.0,11.0.0)</constructs.version>
1212
<junit.version>5.10.0</junit.version>
1313
</properties>
@@ -25,7 +25,7 @@
2525
<plugin>
2626
<groupId>org.codehaus.mojo</groupId>
2727
<artifactId>exec-maven-plugin</artifactId>
28-
<version>3.0.0</version>
28+
<version>3.1.0</version>
2929
<configuration>
3030
<mainClass>cdk.CdkApp</mainClass>
3131
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<log4j.version>2.20.0</log4j.version>
7575
<jackson.version>2.15.2</jackson.version>
7676
<aspectj.version>1.9.7</aspectj.version>
77-
<aws.sdk.version>2.20.125</aws.sdk.version>
77+
<aws.sdk.version>2.20.127</aws.sdk.version>
7878
<aws.xray.recorder.version>2.14.0</aws.xray.recorder.version>
7979
<payloadoffloading-common.version>2.1.3</payloadoffloading-common.version>
8080
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)