Skip to content

Commit d1ceafe

Browse files
committed
update pom to depend on AWS SDK for Java 1.9.12
1 parent c216e75 commit d1ceafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.amazonaws</groupId>
55
<artifactId>aws-dynamodb-encryption-java</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>aws-dynamodb-encryption-java</name>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.amazonaws</groupId>
3939
<artifactId>aws-java-sdk</artifactId>
40-
<version>LATEST</version>
40+
<version>1.9.12</version>
4141
</dependency>
4242

4343
<dependency>

0 commit comments

Comments
 (0)