Skip to content

Commit

Permalink
Migrate to AWS SDK v2 (#307)
Browse files Browse the repository at this point in the history
* Update AWS SDK dependency to v2

Signed-off-by: Anas <[email protected]>
  • Loading branch information
anas-aso authored Nov 18, 2020
1 parent 84e6f63 commit ef0a8ac
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 299 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
<dependencies>

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudwatch</artifactId>
<version>1.11.839</version>
<groupId>software.amazon.awssdk</groupId>
<artifactId>cloudwatch</artifactId>
<version>2.15.20</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.11.839</version>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.15.20</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-resourcegroupstaggingapi</artifactId>
<version>1.11.839</version>
<groupId>software.amazon.awssdk</groupId>
<artifactId>resourcegroupstaggingapi</artifactId>
<version>2.15.20</version>
</dependency>
<!--
Older versions of jackson-databind have remote code execution vulnerabilities
Expand Down
Loading

0 comments on commit ef0a8ac

Please sign in to comment.