Skip to content

Commit 1250d91

Browse files
committed
build: upgrade dynamodb version and add module description
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 7eba09f commit 1250d91

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

jnosql-dynamodb/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@
1818
<version>1.0.0-SNAPSHOT</version>
1919
</parent>
2020

21-
2221
<artifactId>jnosql-dynamodb</artifactId>
22+
<description>The Eclipse JNoSQL layer implementation AWS DynamoDB</description>
23+
24+
<properties>
25+
<dynamodb.version>2.20.65</dynamodb.version>
26+
</properties>
2327

2428
<dependencies>
2529
<dependency>
@@ -38,7 +42,7 @@
3842
<dependency>
3943
<groupId>software.amazon.awssdk</groupId>
4044
<artifactId>dynamodb</artifactId>
41-
<version>2.15.40</version>
45+
<version>${dynamodb.version}</version>
4246
</dependency>
4347
<dependency>
4448
<groupId>org.testcontainers</groupId>

0 commit comments

Comments
 (0)