diff --git a/.idea/modules/plugin-cloud-aws.iml b/.idea/modules/plugin-cloud-aws.iml
index 7f92865f141..2e8e3c54cc4 100644
--- a/.idea/modules/plugin-cloud-aws.iml
+++ b/.idea/modules/plugin-cloud-aws.iml
@@ -17,7 +17,7 @@
-
+
diff --git a/plugins/cloud/aws/build.gradle b/plugins/cloud/aws/build.gradle
index 5d3887f9dd4..62d6bfd5604 100644
--- a/plugins/cloud/aws/build.gradle
+++ b/plugins/cloud/aws/build.gradle
@@ -31,12 +31,12 @@ configurations {
dependencies {
compile project(':elasticsearch')
- compile("com.amazonaws:aws-java-sdk:1.0.10") { transitive = false }
+ compile("com.amazonaws:aws-java-sdk:1.0.11") { transitive = false }
runtime("commons-logging:commons-logging:1.1.1") { transitive = false }
runtime("commons-codec:commons-codec:1.3") { transitive = false }
runtime("commons-httpclient:commons-httpclient:3.0.1") { transitive = false }
- distLib("com.amazonaws:aws-java-sdk:1.0.008") { transitive = false }
+ distLib("com.amazonaws:aws-java-sdk:1.0.11") { transitive = false }
distLib("commons-codec:commons-codec:1.3") { transitive = false }
distLib("commons-logging:commons-logging:1.1.1") { transitive = false }
distLib("commons-httpclient:commons-httpclient:3.0.1") { transitive = false }