Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 2d3d5d7

Browse files
authored
Merge pull request #44 from naresha/master
Upgrade AWS java sdk to 1.11.11
2 parents 8931283 + 816f185 commit 2d3d5d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AwsSdkGrailsPlugin.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class AwsSdkGrailsPlugin {
22

3-
def version = "1.10.44"
3+
def version = "1.11.11"
44
def grailsVersion = "2.0 > *"
55
//def loadAfter = ['services', 'controllers']
66

grails-app/conf/BuildConfig.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ grails.project.dependency.resolution = {
1515

1616
dependencies {
1717
// Latest httpmime for Coveralls plugin
18-
build 'org.apache.httpcomponents:httpmime:4.3.6'
18+
build 'org.apache.httpcomponents:httpmime:4.5.2'
1919
// AWS SDK lib
20-
compile 'com.amazonaws:aws-java-sdk:1.10.44'
20+
compile 'com.amazonaws:aws-java-sdk:1.11.11'
2121
}
2222

2323
plugins {

0 commit comments

Comments
 (0)