Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-lambda-java-core
  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 4fbfcd0
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 @@ -3,7 +3,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-core:1.2.3")
api("com.amazonaws:aws-lambda-java-events:3.11.0")

implementation("org.slf4j:slf4j-api:2.0.5")
Expand Down

0 comments on commit 4fbfcd0

Please sign in to comment.