Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 0a1873f

Browse files
authored
Merge pull request #3 from krishatcher/patch-1
Reference AWS SDK v1.11.44
2 parents 5cefbe9 + 4cf898d commit 0a1873f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext.teamcityDir = hasProperty('teamcity.dir') ? property('teamcity.dir') : "$roo
3232
ext.teamcityDataDir = "$rootDir/teamcity/data"
3333
ext.teamcityJavaHome = System.properties['java.home']
3434

35-
ext.awsSDKVersion = hasProperty('aws.sdk.version') ? property('aws.sdk.version') : '1.11.4'
35+
ext.awsSDKVersion = hasProperty('aws.sdk.version') ? property('aws.sdk.version') : '1.11.44'
3636

3737
ext.javaVersion = hasProperty('plugin.java.version') ? property('plugin.java.version') : '1.7'
3838

0 commit comments

Comments
 (0)