Skip to content

Commit

Permalink
Bump com.amazonaws:aws-lambda-java-events from 3.11.3 to 3.11.4
Browse files Browse the repository at this point in the history
Bumps [com.amazonaws:aws-lambda-java-events](https://github.com/aws/aws-lambda-java-libs) from 3.11.3 to 3.11.4.
- [Commits](https://github.com/aws/aws-lambda-java-libs/commits)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-lambda-java-events
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Dec 18, 2023
1 parent 9e61229 commit 3d9bf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation "software.amazon.awssdk:s3-transfer-manager:${awsSdkVersion}"
implementation "software.amazon.awssdk.crt:aws-crt:0.29.1"
implementation 'com.amazonaws:aws-lambda-java-core:1.2.3'
implementation 'com.amazonaws:aws-lambda-java-events:3.11.3'
implementation 'com.amazonaws:aws-lambda-java-events:3.11.4'
implementation platform('com.amazonaws:aws-xray-recorder-sdk-bom:2.15.0')
implementation 'com.amazonaws:aws-xray-recorder-sdk-core'
implementation 'com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
Expand Down

0 comments on commit 3d9bf95

Please sign in to comment.