We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eba09f commit 1250d91Copy full SHA for 1250d91
jnosql-dynamodb/pom.xml
@@ -18,8 +18,12 @@
18
<version>1.0.0-SNAPSHOT</version>
19
</parent>
20
21
-
22
<artifactId>jnosql-dynamodb</artifactId>
+ <description>The Eclipse JNoSQL layer implementation AWS DynamoDB</description>
23
+
24
+ <properties>
25
+ <dynamodb.version>2.20.65</dynamodb.version>
26
+ </properties>
27
28
<dependencies>
29
<dependency>
@@ -38,7 +42,7 @@
38
42
39
43
<groupId>software.amazon.awssdk</groupId>
40
44
<artifactId>dynamodb</artifactId>
41
- <version>2.15.40</version>
45
+ <version>${dynamodb.version}</version>
46
</dependency>
47
48
<groupId>org.testcontainers</groupId>
0 commit comments