From 85aeaaedd0d54e366bcc53ccb88d6482d7c7e3eb Mon Sep 17 00:00:00 2001 From: kimchy Date: Fri, 15 Apr 2011 01:56:27 +0300 Subject: [PATCH] update to aws sdk 1.1.9 --- .idea/modules/plugin-cloud-aws.iml | 2 +- plugins/cloud/aws/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/modules/plugin-cloud-aws.iml b/.idea/modules/plugin-cloud-aws.iml index 4270c955239..476fc02b4e8 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 6c0e0de5955..ecd7496971b 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.1.7") { transitive = false } + compile("com.amazonaws:aws-java-sdk:1.1.9") { 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.1.7") { transitive = false } + distLib("com.amazonaws:aws-java-sdk:1.1.9") { 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 }