Skip to content

Commit

Permalink
Bump aws sdk version (#15)
Browse files Browse the repository at this point in the history
* Bump software.amazon.awssdk version to 2.16.73

* Add *.iml to .gitignore

Co-authored-by: Rania <rania.chantzopoulou@dpgmedia.nl>
  • Loading branch information
rania-chantz and Rania authored Jun 14, 2021
1 parent 51021fc commit dd66d3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target/
.idea
.idea
*.iml
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</developers>

<properties>
<aws-java-sdk.version>2.13.64</aws-java-sdk.version>
<aws-java-sdk.version>2.16.73</aws-java-sdk.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -121,6 +121,7 @@
TODO-RS: Java 8 is more strict about some javadoc tags.
We'll need to update quite a few to remove this workaround.
-->
<source>8</source>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
Expand Down

0 comments on commit dd66d3a

Please # to comment.