Skip to content

Commit 1803bb9

Browse files
committed
PR #717: upgrade utilities and idempotency version to 1.10.3
1 parent a48a5d3 commit 1803bb9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

powertools-idempotency/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.amazon.lambda</groupId>
99
<artifactId>powertools-parent</artifactId>
10-
<version>1.10.2</version>
10+
<version>1.10.3</version>
1111
</parent>
1212

1313
<artifactId>powertools-idempotency</artifactId>
@@ -48,7 +48,6 @@
4848
<dependency>
4949
<groupId>software.amazon.lambda</groupId>
5050
<artifactId>powertools-utilities</artifactId>
51-
<version>${project.version}</version>
5251
</dependency>
5352
<dependency>
5453
<groupId>com.amazonaws</groupId>

powertools-utilities/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>powertools-parent</artifactId>
99
<groupId>software.amazon.lambda</groupId>
10-
<version>1.10.2</version>
10+
<version>1.10.3</version>
1111
</parent>
1212

1313
<artifactId>powertools-utilities</artifactId>

0 commit comments

Comments
 (0)