Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit bec2500

Browse files
committed
use v1.11.0 of powertools
1 parent ccc9354 commit bec2500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/Idempotency/Function/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<dependency>
1818
<groupId>software.amazon.lambda</groupId>
1919
<artifactId>powertools-tracing</artifactId>
20-
<version>1.10.3</version>
20+
<version>1.11.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>software.amazon.lambda</groupId>
2424
<artifactId>powertools-logging</artifactId>
25-
<version>1.10.3</version>
25+
<version>1.11.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>software.amazon.lambda</groupId>
2929
<artifactId>powertools-idempotency</artifactId>
30-
<version>1.10.3</version>
30+
<version>1.11.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)