Skip to content
Snippets Groups Projects
Commit 328fef7d authored by Srihari Prabaharan's avatar Srihari Prabaharan
Browse files

Merge branch 'trusted-aws' into 'master'

Fix aws version mismatch

See merge request !30
parents 8c5982ef 4abc6a61
No related branches found
No related tags found
1 merge request!30Fix aws version mismatch
Pipeline #3008 passed
......@@ -47,7 +47,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.561</version>
<version>1.11.651</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
......@@ -58,7 +58,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>1.11.561</version>
<version>1.11.651</version>
</dependency>
<!-- third party Apache 2.0 license packages -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment