Skip to content

Commit

Permalink
Bump com.amazonaws:aws-lambda-java-events from 3.11.0 to 3.11.3
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.0 to 3.11.3.
- [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 Nov 20, 2023
1 parent a8d5fb2 commit 99f9bff
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-jdk8"))
implementation(kotlin("reflect"))
api("com.amazonaws:aws-lambda-java-core:1.2.2")
api("com.amazonaws:aws-lambda-java-events:3.11.0")
api("com.amazonaws:aws-lambda-java-events:3.11.3")

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

0 comments on commit 99f9bff

Please sign in to comment.