Skip to content

Commit

Permalink
Bump com.amazonaws:aws-lambda-java-events from 3.12.0 to 3.13.0
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.12.0 to 3.13.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Aug 12, 2024
1 parent a878e73 commit c2717f9
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 @@ -21,7 +21,7 @@ dependencies {
implementation("software.amazon.awssdk:s3-transfer-manager:${awsSdkVersion}")
implementation("software.amazon.awssdk.crt:aws-crt:0.30.0")
implementation("com.amazonaws:aws-lambda-java-core:1.2.3")
implementation("com.amazonaws:aws-lambda-java-events:3.12.0")
implementation("com.amazonaws:aws-lambda-java-events:3.13.0")
implementation("com.amazonaws:aws-java-sdk-core:${amazonAwsJavaSdkVersion}")
testImplementation platform("com.amazonaws:aws-xray-recorder-sdk-bom:2.17.0")
testImplementation("com.amazonaws:aws-xray-recorder-sdk-core")
Expand Down

0 comments on commit c2717f9

Please sign in to comment.