From 1833a29f7fa8f3c8ab4427c1b2d60195a3e4a496 Mon Sep 17 00:00:00 2001 From: Rania Date: Fri, 28 May 2021 14:39:18 +0200 Subject: [PATCH 1/2] Bump software.amazon.awssdk version to 2.16.73 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c2bf6d..0593e7d 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ - 2.13.64 + 2.16.73 @@ -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. --> + 8 -Xdoclint:none From 7c1fdac13cfebceeb579b984db861f2ed71140ef Mon Sep 17 00:00:00 2001 From: Rania Date: Fri, 28 May 2021 14:39:39 +0200 Subject: [PATCH 2/2] Add *.iml to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4984d4..1b823e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target/ -.idea \ No newline at end of file +.idea +*.iml \ No newline at end of file