Skip to content

Commit c2baead

Browse files
authored
chore: update e2e-tests with latest Powertools version (#1173)
1 parent ae13f8b commit c2baead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

powertools-e2e-tests/handlers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>Fake handlers that use Powertools for AWS Lambda (Java).</description>
1111

1212
<properties>
13-
<lambda.powertools.version>1.14.0</lambda.powertools.version>
13+
<lambda.powertools.version>1.15.0</lambda.powertools.version>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<maven.compiler.source>11</maven.compiler.source>
1616
<maven.compiler.target>11</maven.compiler.target>

powertools-e2e-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>powertools-parent</artifactId>
88
<groupId>software.amazon.lambda</groupId>
9-
<version>1.14.0</version>
9+
<version>1.15.0</version>
1010
</parent>
1111

1212
<artifactId>powertools-e2e-tests</artifactId>

0 commit comments

Comments
 (0)