We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461d525 commit aae9722Copy full SHA for aae9722
build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
implementation 'com.amazonaws:aws-lambda-java-core:1.1.0'
39
// 2.2.7 is earliest version that has all needed event sources
40
implementation 'com.amazonaws:aws-lambda-java-events:2.2.7'
41
- implementation 'com.amazonaws:aws-java-sdk-s3:1.12.13'
+ implementation 'com.amazonaws:aws-java-sdk-s3:1.12.771'
42
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.163'
43
implementation 'com.amazonaws:aws-java-sdk-dynamodb:1.11.163'
44
implementation('io.opentracing:opentracing-api:0.33.0')
0 commit comments