Skip to content

Commit

Permalink
Bump com.amazonaws:aws-lambda-java-events from 3.13.0 to 3.14.0 in /j…
Browse files Browse the repository at this point in the history
…ava (#295)

Bumps [com.amazonaws:aws-lambda-java-events](https://github.com/aws/aws-lambda-java-libs) from 3.13.0 to 3.14.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 17, 2024
1 parent ac4da3b commit a7d6147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

// AWS lambda
// events
implementation("com.amazonaws:aws-lambda-java-events:3.13.0")
implementation("com.amazonaws:aws-lambda-java-events:3.14.0")
// lambda logging
implementation("com.amazonaws:aws-lambda-java-log4j2:1.6.0")
implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0")
Expand Down

0 comments on commit a7d6147

Please sign in to comment.