diff --git a/.idea/modules/plugin-cloud-aws.iml b/.idea/modules/plugin-cloud-aws.iml
index 2e8e3c54cc4..6a5a12d2896 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 62d6bfd5604..cb8c663d84e 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.11") { transitive = false }
+ compile("com.amazonaws:aws-java-sdk:1.0.14") { 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.11") { transitive = false }
+ distLib("com.amazonaws:aws-java-sdk:1.0.14") { 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 }