Skip to content

Commit

Permalink
update to aws-java-sdk 1.12.176 (#110)
Browse files Browse the repository at this point in the history
Update to aws-java-sdk 1.12.176. Also use version 2.12.6 of
jackson-databind since that's what 1.12.176 of the aws sdk
brings in.
  • Loading branch information
dbyron-sf authored Mar 16, 2022
1 parent 1a3847e commit 5b7d435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {
}

ext {
awsSdkVersion = '1.12.135'
awsSdkVersion = '1.12.176'
}

dependencies {
Expand Down Expand Up @@ -63,7 +63,7 @@ subprojects {
compile "com.amazonaws:aws-java-sdk-sts:${awsSdkVersion}"
compile "com.amazonaws:aws-java-sdk-support:${awsSdkVersion}"
compile "com.amazonaws:aws-java-sdk-xray:${awsSdkVersion}"
compile 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
compile 'com.fasterxml.jackson.core:jackson-databind:2.12.6'
testCompile 'junit:junit:4.10'
testCompile 'com.google.guava:guava:18.0'
testCompile 'org.jeasy:easy-random-core:4.0.0'
Expand Down

0 comments on commit 5b7d435

Please sign in to comment.