Skip to content

Commit

Permalink
Bump com.amazonaws:aws-lambda-java-events from 3.11.5 to 3.14.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.11.5 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]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent c600e15 commit c9eccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
api("com.amazonaws:aws-lambda-java-core:1.2.3")
api("com.amazonaws:aws-lambda-java-events:3.11.5")
api("com.amazonaws:aws-lambda-java-events:3.14.0")

implementation("org.slf4j:slf4j-api:2.0.13")
api("com.fasterxml.jackson.core:jackson-databind:2.17.1")
Expand Down

0 comments on commit c9eccef

Please sign in to comment.