Skip to content

Commit

Permalink
upgrade aws-java-sdk-s3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonenriqueta committed Sep 18, 2024
1 parent 461d525 commit b7a14af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'com.amazonaws:aws-lambda-java-core:1.1.0'
// 2.2.7 is earliest version that has all needed event sources
implementation 'com.amazonaws:aws-lambda-java-events:2.2.7'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.13'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.771'
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.163'
implementation 'com.amazonaws:aws-java-sdk-dynamodb:1.11.163'
implementation('io.opentracing:opentracing-api:0.33.0')
Expand Down

0 comments on commit b7a14af

Please sign in to comment.